Posted 9 August 2018, 8:43 am EST
Hi,
If have a C1TrueDBGrid bound to a datasource (typed datatable), which contains a SortOrder column. This way, the user can change the order of the rows.
When the user moves a row up or down, i just change the number in the datatable SortOrder column programmatically.
This works ok, but now i have to reorder the data without re-filling the datasource.
In a C1Flexgrid i just call the .Sort Method to re-order on a specific column.
How can i do this in a C1TrueDBGrid?