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
45
save a new row using button or create button in new row
posted

hi,

i have  questions.

First of all,  I want to add row. then I want use "save button"

How can I do??

----------------------------------------------------------------------------------------------------------------

   cell     ||  cell      ||  cell      ||    cell      ||    cell   ||  cell     ||    [Save New Row Button ]

----------------------------------------------------------------------------------------------------------------

Secondly, If it is hard to create button in new row, can i get values in new cells in new row by javascript??

Actually, I just want to save values in new row using my custom button.

thank you.

 

  • 2155
    Offline posted

    Hello,

    Thank you for posting in our forum.

    I have created a sample of WebDataGrid that shows an add new row along with a save button.

    In the button's client side click event, I'm creating a new row with the data entered in the add new row and add it to the grid programmatically.

    Please let me know if this meets your requirement.

    6724.WebApplication1.zip