Hello Abu
i have i field in my db that is formatted as "date". When i update that column in the grid the datepicker will appear but once i select a date, the datepicker window wont close and if i press enter the row-field stays as been edited. When I enter the type the date directly the row is updated correclty:
Here is how i coocked the column in mention:
$col1 = array();
$col1["title"] = "Fecha Pago"; // caption of column
$col1["name"] = "facturas.fecha_de_pago";
$col1["width"] = "100";
$col1["editable"] = true;
$col1["formatter"] = "date";
$cols1[] = $col1;
$grid->set_columns($cols1,true);
Please share screenshot + complete code for review.
I'll try generating this issue here.
Suggested procedure didnt work:
YOu can see the modified code in:
I can't review code as it is saying: This page has been removed.
You can email me at [email protected]