RadGridView supports multiple columns sorting in three ways:
RadGridView Multiple Columns Sorting at Design Time
At design time, you can enable multiple columns sorting following these steps:
- Open designer view in Visual Studio;
- Right click and then select "Open Property Builder" in the context menu;
- In the property builder, select "GridViewTemplate" on the left pane;
- Select "Advanced" tab on the right pane;
- Search for "SortExpressions" in the property window below and then click the button on the right;
- In the "GridSortField Collection Editor" dialog, add columns to be sorted.
RadGridView Multiple Columns Sorting By Program
You can enable multiple columns sorting programmatically; following these steps described here
RadGridView Multiple Columns Sorting at Runtime
At runtime, you can enable multiple columns sorting by holding "Shift" key and click on the headers of the columns to be sorted.
No comments:
Post a Comment