AD
Administrator
Syncfusion Team
July 8, 2004 05:44 AM UTC
Are you dynamically adding/removing columns from your DataTable while the grid is bound to the DataTable with a sorted column present? If so, this might lead to such an error. You could try removing the sort before you modify your DataTable, and then resetting it afterwards.
Can you provide a sample project showing the problem?