Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Nithya on Oct 06, 2008 22:56
open dhtmlx forum
dhtmxgrid

Hi

I have used a dhtmlxgrid in a jsp page. And the grid cells are editable based on a condition. I want to retrieve only the changed values from the grid on form submission. I tried using gridId.submitOnlyChanged(true); But this doesnt seem to work. Is there anyother way to solve this problem

Thanks in Advance.

Nithya
Answer posted by Support on Oct 07, 2008 03:00
Please be sure that
- grid container must be placed inside form
- dhtmlxgrid_form.js included

If you send form programmatically  ( not by using submit button ) , be sure to add next line before submit

grid.formCreateInputCollection();
form.submit()