datepick wont close and row does not save changes

Questionsdatepick wont close and row does not save changes
Jorge Delfin asked 7 years ago

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);

3 Answers
Abu Ghufran answered 7 years ago

Please share screenshot + complete code for review.
I'll try generating this issue here.

Abu Ghufran answered 7 years ago

I can't review code as it is saying: This page has been removed.
You can email me at [email protected]

Your Answer

11 + 16 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?