c# - Syncfusion GridList Control Column Header Click -
I click the user column header on the synchronization grid-list control, then I would like to order the contents in a column. Does anybody have any idea how I can use C #
I do not have them installed yet but this should be something like this:
GridControl.TableDescriptor.AllowSort = true;
This column should be sorted, so when you click on the column header, you will order it.
Comments
Post a Comment