Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
210
Save Field Chooser Settings
posted

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

  • 3186
    Offline posted

    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