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
close icon

Accept Changes int oa Cell

Hi, just a question.... How can I confirm any modify when I generate into a cell when CurrentCellValidated Method Start??? I can''t understand why my datasource and my dataset doesnt'' contains same data untill I enter into the cell yewt. Regards...

2 Replies

AD Administrator Syncfusion Team July 26, 2005 12:48 PM UTC

In a GridDataBoundGrid, the grid caches changes until you leave the row. This is by design. If you want to force the changes to be saved to your datasource before this, then you can try calling: grid.CurrentCell.EndEdit(); grid.Binder.EndEdit();


CS Cesare Stefani August 1, 2005 02:50 PM UTC

thak u Clay, I''ve solved the problem

Loader.
Live Chat Icon For mobile
Up arrow icon