dhtmlxgrid form submission does not submit the date value (picked from the dhtmlxcalendara) on the new row.
To reproduce:
- Insert a new row in the datagrid.
- On that new row, select a date from the dhtmlxcalendara field.
- Submit the form.
When I inspect the submitted values, the date value on the new row is empty.
Here is my code (java, jsp, spring…):
<form:hidden id=“gridXml” path=“collectionForm.gridXml” />
Insert |
|