dhtmlxGrid / dhtmlxTreeGrid - Retrieve Checkbox values on fo

========================================================================================
We have extention which can allow you integrate dhtmlxGrid with form (availible in PRO version only). You can see example here [dhtmlx.com/docs/products/dhtmlxG ... tml. ](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

Unfortunately we havent such example