I have a datagrid in a mxml file that contains some hard coded
mx:column objects.
I want to hide the mx:columns that does not contains any value for all
objects in the dataprovider...
I should subclass a column renderer class or something like that i think

Ex:
collection of employee : {id,name,job}
Datagrid's dataprovider : {1,"jo",""},{2,"jo2",""}
In this case no record have a job value so the mx:column "job" should
be hided...
Any idea?

Reply via email to