Posted 3 September 2018, 4:56 am EST
Hi.
For some strange reason, the sort feature when clicking the column header is not working.
I have :
.AllowSorting = C1.Win.C1FlexGrid.AllowSortingEnum.SingleColumn
and
Col(i).AlowSort = True.
The grid is in a bound mode to a data table, The AllowFilter is also set to true and working properly.
Any idea what am I missing.
Thanks