Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Atul Samnerkar on May 12, 2009 02:24
open dhtmlx forum
dhtmlxGrid / dhtmlxTreeGrid - Retrieve Checkbox values on form Submit

========================================================================================

We have extention which can allow you integrate dhtmlxGrid with form (availible in PRO version only). You can see example here http://dhtmlx.com/docs/products/dhtmlxGrid/samples/interaction_other_components/pro_form.html. 

If your grid has checkboxes responce to the server side will looks like that:

array(2) {
  ["gridbox_4_2"]=>
  string(1) "0"
  ["gridbox_5_2"]=>
  string(1) "1"
}

========================================================================================

Can we get the sample example in JSP?

Thanks,

Atul Samnerkar

Answer posted by dhxSupport on May 12, 2009 03:52
Unfortunately we havent such example