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

Ending Edit on Databoundgrid

Is there a way to commit changes to the underlying datatable while still in the cell on a new row. The problem is the user sometimes clicks the save button before leaving the cell or the row and the datatable is not aware of the changes in the new row when I call endedit on the datarow. Usually I set focus to a different control as a work around but sometime I cannot. I have tried grid.binder.endedit and grid.model.endedit with no luck.

2 Replies

AD Administrator Syncfusion Team November 21, 2004 06:30 AM UTC

In your save button handler, try calling the form''s Validate method to see if this will take care of this problem.


GS Greg Shomette November 21, 2004 03:12 PM UTC

this worked thanks!

Loader.
Live Chat Icon For mobile
Up arrow icon