We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Row state

hai , I am using GDBG and I wanted to delete a row ,it was sucessfully deleting from the datatable,but the value in the deleted column was there till I take the focus out from the Current cell.So I wrote dataTable1.AcceptChanges() in the row Enter event of the grid.Now the value is displaying corectly but I am not able to get the rowState of the DataRow while saving .

1 Reply

AD Administrator Syncfusion Team August 19, 2004 07:38 AM UTC

Try this. Before deleting the row in the DataTable, call grid.CurrentCell.EndEdit and grid.Binder.EndEdit to make sure the grid is not in the middle of editing the row when you delete it.

Loader.
Live Chat Icon For mobile
Up arrow icon