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
570
Batch update of data to a DataSet
posted

I'm trying to replace an UltraWebGrid with the newer WebDataGrid.  With the UltraWebGrid, I bound the grid to a dataset and handled updating the dataset in the UpdateRowBatch method.  With the WebDataGrid, I've bound the grid using the DataSource property to the same dataset and see my data in the grid but I don't understand how to get the data back from the grid and update the dataset.  Am I missing some fundamental difference between the grids?  How should this be handled?