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
125
How to Sync ColumnOrder between UltraGrid and UltraGridColumnChooser
posted
Hi, I have a UltraGrid (Winforms) and I have allowed moving of the columns. This means a user can move the column 3 to position column 2 and so on. The user can also select which columns to see using the UltraGridColumnChooser control. Is there any way that I can persist the column order so that when the user starts the application again then the column order is same as he/she left the last time. OR How can I access the most updated column order? Why does the UltraGridColumnChooser not sync with Grid when I move the columns around? Thanks,