actionscript 3 - How can i grayout a DataGrid? -


i working on flex, need grayout datagrid. not find direct control it. pls help.

thanks in advance.

maybe need disable datagrid using:

mydg.enabled = false; 

?

as far question isn't clear can suggest thing use mx.printing.printdatagrid (more details here).


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -