AD
Administrator
Syncfusion Team
June 13, 2005 10:37 AM UTC
There is no UI for sorting multiple columns in a GridGroupingControl.
From code to sort several columns, you add the columns the grid.TableDescriptor.SortedColumns collection.
If you want a UI, you could handle TableControlCellClick event and manage the sorting yourself. For example, if the ctl-key is not pressed, clear the grid.TableDescriptor.SortedColumns collection before adding the clicked column. If is pressed, don''t clear it before adding the clicked column.