This question is locked. New answers and comments are not allowed.
Hi,
I have a user interface where the user is presented a RadGridView. Lets say by default, we'd like all columns (A - J) to display. The user is then able to select a button to bring up a dialog to modify the column selection.
The dialog has two list boxes, available columns and selected columns, allowing the user to move columns between the two. In the above case, Columns A-J appear in the selected columns list box. Moving Column A to the available column list box means the user does not want column A to display.
As well, in the selected columns list box, the user is able to re-order the list to affect the order of the columns displayed in the grid.
When the dialog is dismissed, the RadGridView should now reflect the selected columns in the new sequence they were put in.
I'd appreciate how to do something like this.
thanks.
I have a user interface where the user is presented a RadGridView. Lets say by default, we'd like all columns (A - J) to display. The user is then able to select a button to bring up a dialog to modify the column selection.
The dialog has two list boxes, available columns and selected columns, allowing the user to move columns between the two. In the above case, Columns A-J appear in the selected columns list box. Moving Column A to the available column list box means the user does not want column A to display.
As well, in the selected columns list box, the user is able to re-order the list to affect the order of the columns displayed in the grid.
When the dialog is dismissed, the RadGridView should now reflect the selected columns in the new sequence they were put in.
I'd appreciate how to do something like this.
thanks.