How to pass all grid rows to servlet

Hi,

I have a JSP page, with different form elements along with DHTMLX grid.

I want to submit all the added rows from grid to java servlet

How to submit all the grid rows to java servlet?

Thanks

Unfortunately such feature is not supported.
The only way is to serialize your grid to xml string and send it to the server manually.
dhtmlx.com/docs/products/dhtmlxG … alize.html