Link to home
Start Free TrialLog in
Avatar of VKN9876
VKN9876

asked on

FLEX AdvancedDatagrid Column visibility

Hi All,

I'm have a datagrid with 30 columns and trying to set the visibility on and off programatically. I want to make sure atleast one column should be visible in the datagrid (i.e. the user can set the visiblity off only on 29 columns max). How this can be done?
I tried with countColumns but always the count is returning max number of columns.

Thanks
Avatar of Jones911
Jones911

Show some of your code and we'll take a look.
Avatar of zzynx
The class AdvancedDataGridColumn has a property visible that you can set true or false
ASKER CERTIFIED SOLUTION
Avatar of zzynx
zzynx
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanx 4 axxepting