Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
340
Editable Webdatagrid
posted

hi , i am trying to use the webdatagrid mode edit rows and i dont understand how i must save the data edited in the grid.

is there any exemples (code behind).

if so how i use the add row as well !

Thankyou .

Parents
No Data
Reply
  • 20255
    Offline posted

    Hello,

    When row updating is performed the changes are automatically send to the server, unless Batch Updating is used. When Batch Updating mode is enabled the changes are not send to the server until a postback is made. You can have a look at the Row Editing client events that may be used for data handling, validation or to customize the row editing behavior based on your needs.

Children
No Data