That should be fixed in the latest hotfix.

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Flexing...
Sent: Wednesday, May 02, 2007 4:47 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] DataGrid Column bug



Hi All,

I am hiding one of the columns of the datagrid based on the value of 
a variable i.e. visible={isVisible}.
The column is hidden the first time I populate data to it
but if I repopulate data (, the value of isVisible is still false), 
the hidden column shows up.

Even if I reset the value of isVisible to false, it doesn't get hidden.

The only workaround which seem to work is set value of "visible" to 
true and then set "visible=isVisible".

Is this a known issue with DataGrid?

Thanks



 

Reply via email to