Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by husal on Oct 17, 2008 12:35
open dhtmlx forum
DHTMLXGrid integrating into DHTMLXwindow

hi,

Can you share is there any working example to integrate dhtmlxgrid into dhtmlxwindow and get the values back to my jsp from grid after user select.

regards
husal
Answer posted by Support on Oct 20, 2008 02:21
>> to integrate dhtmlxgrid into dhtmlxwindow
        http://dhtmlx.com/docs/products/dhtmlxWindows/samples/components/grid.html?un=1224495743000
>>and get the values back to my jsp from grid after user select.
There are few different ways of receiving updated data
   a) serialization
   b) form integration 
           http://dhtmlx.com/docs/products/dhtmlxGrid/samples/interaction_other_components/pro_form.html?un=1224495825000
   c) data processor
           http://dhtmlx.com/docs/products/dhtmlxGrid/samples/dataprocessor/savedata_grid.html?un=1224495831000
   d) usage of custom event handlers