dhtmlxgrid - wrapping inside form for submission

Please provide an example of how to wrap a grid inside a form so as

to submit it one time instead of using multiple ajax calls.



Thanks,

Peter

Please check

dhtmlx.com/docs/products/dhtmlxG … 5920990000
( the same sample with not compressed source code can be checked in your grid package - samples\interaction_other_components\pro_form.html )

There is no any special steps necessary , just
    a) include dhtmlxgrid_form.js
    b) place grid container inside existing form

As result data from grid will be sent as part a form submit