Hi,
I am using UltraColumnChooser. I was wondering if there is anyway I could re-position columns in the column chooser.
Thanks
Sangeetha
Hi Boris,
Thank You for your reply.
No this is not what I am looking for.
I would like to allow the user to drag and re-order the columns via the column chooser.
Hello Sangeetha,
You might be looking for the following property on the 'UltraGridColumnChooser' control:
ultraGridColumnChooser1.ColumnDisplayOrder
http://help.infragistics.com/NetAdvantage/WinForms/2012.1/CLR2.0/?page=Infragistics2.Win.UltraWinGrid.v12.1~Infragistics.Win.UltraWinGrid.UltraGridColumnChooser~ColumnDisplayOrder.html.
This is the closest and came first on my mind while I was reading your post ,so please feel free to let me know if I misunderstood you or if you have any other questions.