hi,
At present, we are saving (and loading) GroupdBy columns, report parameters in a predefined xml file. I have added Field Chooser Control to UltraGrid. My requirement is to save the filed chooser settings in the existing predefined xml file. When the user re-logins, then display only the field chooser settings columns in Grid, which were choosen by user in his previous login. How to bind the field chooser settings column to ultragrid.
Help would be appreciated.
Regards,
Ramakrishna
The field chooser control is just a subset of a wingrid that connects to your grid to modify certain column characteristics. If you have a button of some sort you could use it to code a savelayout off your grid which would save the state of the columns at that time. Whether using the column chooser or dragging columns off the grid that would be the state saved.
Nick