Hi,
I use the RadGridView and want to save the Layout for the customers. Everytime they change anything on the RadGridView, the Layout should be saved. And when the open the form with the grid again or load new data, the layout should be load.
If I change the column with, I can save it after "ColumnWidthChanged".
But I can't find an event for the adding oder removing of Columns.
I use the ColumnChooser. But I can't get, when a column was added or removed.
Any ideas to solve my problem?
Maybe another way is more helpful?