No subject

I have a grid on which I have applied a drag & drop operation which works perfectly, but when I drop in my drop event I have coded to ad a new row in the grid with the field values assigned. It does not show me the new row.Rather it display me when I add another row (delayed action).

1 Reply

CB Clay Burch Syncfusion Team June 26, 2002 09:56 AM UTC

After adding your row, try calling the AcceptChanges method on the underlying DataTable (or DataSet) that is serving as the DataSource for your datagrid.

Loader.
Up arrow icon