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
215
Save Grid to dataset
posted

I have a (unbound) UltraWebGrid that I build dynamically on the page from user input kind of enhanced shopping cart). Both columns and rows contain user entered data (there are three fixed columns, but rest of them, up to 16, is defined by client).

I have this portion done, now I need to be able to save what client entered into a database. What is the best approach to accomplish that? it there a way to dump the whole grid into a dataset, or do I need to iterate through columns (to get column names) and then rows and build the data table manually?

Thanks for your help.

Jakub