Hi,
In a thread I working through our very slow Database (No its not SQL) and fill the Data in a DataTable. When a new row gets added to that DataTable I want to add the new row to the RadGrid as well. I thought iIwould increase the Rows.Count poperty and read the Row Info out of the DataTable in the Controls CellValuenNeeded event. The problem is that I get always an unhandlet exception sonner or later. When i remove the Event, the Datatable gets loaded correctly in the background.
Am I doing something wrong or do I use the wrong approach? Even locking has not helped me out.
Hope you can help me here.
Thanks
In a thread I working through our very slow Database (No its not SQL) and fill the Data in a DataTable. When a new row gets added to that DataTable I want to add the new row to the RadGrid as well. I thought iIwould increase the Rows.Count poperty and read the Row Info out of the DataTable in the Controls CellValuenNeeded event. The problem is that I get always an unhandlet exception sonner or later. When i remove the Event, the Datatable gets loaded correctly in the background.
Am I doing something wrong or do I use the wrong approach? Even locking has not helped me out.
Hope you can help me here.
Thanks