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
60
Programmatically adding an update command to an UltraWebGrid
posted

 Hi,

 

Im building up an UltraWebGrid in code and attaching it an UltraTab, but i need to be able to be able to do an update on the webgrid, Ive setup a sqldataAdapter and a dataset as the datasource for the webgrid in code but when I come to adding the update command to the sqldataAdapter how do I get my values from the selected row of the webgrid.

  Cheers

 

Ste

  • 60
    posted

     Please ignore as Ive added a event handler to the UpdateRow event and then iterate through the results and then post them in sql as normal,

     

     

    Cheers

    Ste