background thread adding a rows to the datasource

hi, i have a background thread adding data to the datatable. how to do this correctly when the dataset is bound to the GDBG or GridGrouping Control?

1 Reply

AD Administrator Syncfusion Team September 13, 2005 09:50 PM UTC

After adding the row are you calling AcceptChanges() on the datatable or dataset? If you''re not doing that, the grid may not recognize the changes. I don''t use the databound grid, but we have our own custom data-binding with a Syncfusion grid control and this is a frequent problem.

Loader.
Up arrow icon