Categories | Question details Back To List | ||
Treegrid We're currrently evaluating the Professional/Enterprise version of DHTMLX. One thing that we're not clear on is whether we could extract the re ordered/chnaged data from the grid and submit them as one single xml post? Answer posted by dhxSupport on Dec 15, 2009 01:55 You can use form integration extension. http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:form_integration To send serialized grid with single post you should add mygrid.submitSerialization(true); to the grid initialization http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:api_method_dhtmlxgridobject_submitserialization |