Categories | Question details Back To List | ||
How do you update the server from a TreeGrid? How do you update the server from a TreeGrid? Can you do it async or do you need to post? An example would be helpful. Thanks, Andrew Answer posted by Support on Dec 06, 2007 10:23 There are few ways, most convient are a) DataProcessor usage (AJAX) http://dhtmlx.com/docs/products/dhtmlxGrid/samples/dataprocessor/savedata_grid.html?un=1196966042000 b) Form integration (POST) http://dhtmlx.com/docs/products/dhtmlxGrid/samples/interaction_other_components/pro_form.html?un=1196966080000 |