HI,
I have "Field Chooser" box attached to UltraGrid. The "Field Chooser" image is visible only when i use "Group by columns" (ie drag the columns). This image is not visible when i don't use "Group by columns".
I have requirement that "Field Chooser" image should be visible even 1.if the Grid does not contain any rows,
2. even i dont' use "Group By columns".
How to save the Selections made by the user in the "Field Chooser"?
Help would be appreciated.
Thanks in advance,Ramakrishna
Hi,
It looks like you have the RowSelectors turned off. The ColumnChooser displays in the RowSelectorHeader area, so if you turn off the RowSelectors, you won't see it.
Set grid.DisplayLayout.Override.RowSelectors to true.
Thanks Mike. I turned on RowSelector for Column Header. Now the Field Chooser is visible in all the cases.
Can you share the sample code on how to save the Column selections made by the user in "Field Chooser"? The selection is saved for the user, but can be changed by the user at any time.
You can save and load the entire layout of the grid including the column's size, visibility, sorting, filtering, etc. using the Save and Load methods on the grid's DisplayLayout.