Categories | Question details Back To List | ||
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 Answer posted by Support on Mar 19, 2008 02:48 Please check http://dhtmlx.com/docs/products/dhtmlxGrid/samples/interaction_other_components/pro_form.html?un=1205920990000 ( 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 |