Column ''Column Name'' does not belongs to Table ''Table Name''

Dear Sir, It is often raised when grid control is rebounding with a query. Though the colum name belongs in the query, it gives error message as specified in subject. Kindly let us clarify how to resolve the problem . Expecting reply from you very soon. Thanking you, R.Asadulla

1 Reply

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?

Loader.
Up arrow icon