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
Transfer Webdatagrid Cell from webdatagrid1 to webdatagrid2 from code behind
posted

hello ,

 i need to take the values from webdatagrid and inject to another webdatagrid from code code behind , i already took the values from the grid and i need to save in another grid ,

how i can do that ?

here's a picture demo that what i want to do : 

  • 20255
    Offline posted

    Hello,

    Thank you for contacting us.

    If you want to change the values on the server, you should change the value in the DataSource and rebind the whole grid. If you are changing it on the client, it is changing it with the assumption it will be updated in the Source at the next postback if EditingCore behavior is enabled.

    In addition you might be interested in our Drag and Drop framework and more especially WebDatGrid row dragging, more on that you can find here.