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
265
Field Chooser Customisation
posted

Hi,

 I've been playing with the FieldChooser of the UltraWinGrid and need to be able to customise it a little.

 Currenly i have a grid bound to an sql table and all the columns are grouped under common headings like so:

 Grouped Columns

Within the field chooser i need to do the following:

  1. Remove all group objects (Client Group Details) from the field chooser
  2. Have the items in the same order as the table.
  3. Have a select/deselect all button

For the second issue, i know there is the ColumnChooserControl.ColumnDisplayOrder field.. but it doesn't seem to be exactly the same as the columns when i set it to SameAsGrid.. Maybe this is because i've re-arranged the columns in the UltraGrid Designer??

 To be able to do what i'm asking, would i need to make a custom field chooser form? or is there a way i could add these things in myself with the automatic field chooser?

Thanks for your help,

Craig