insert grid contents to database based on button press

I have a grid which I am loading from a parsed text file. So, unlike most of the dataprocessor examples, the data does not come from the database. After the user reviews the data, I would like to insert it into an Oracle table after they select a ‘create’ button. Does anyone have an example of how to fire an insert from a button-press event?

You can serialize grid to XML or CSV , and send such data back to server with form sending or by ajax call.

dhtmlx.com/docs/products/dht … _form.html

dhtmlx.com/docs/products/dht … alization/