I allow users to save their custom window profiles (grid layouts, etc).
When they recall a specific profile, I format the UltraGrid, among other controls.
I would like to check and uncheck the FieldChooser based on the columns hidden value.
How can I access the FieldChooser to set the corresponding vaoues?
You will need to set the Hidden property on the grid column. You can't change the checkbox in the column chooser independently.
Mike,
Thanks for the reply.
The FieldChooser was in synch with the hidden columns.
There was no problem!
Thank you,
Jeff Keryk