Edit functionality not working fine

QuestionsEdit functionality not working fine
Alberto asked 6 years ago

Hello,

I have a grid with 4 date fields in a row.
When I press the button to edit a row (the one in the bottom left corner) and try to edit all the dates, it doesn't work.
The mouse cursor stays in the first calendar field.

I cant modify the rest of the fields, all the dates that I choose for the other date fields, they go into the first one.

Thank you and regards,
Alberto

1 Answers
Abu Ghufran answered 6 years ago

You need to set:

// modal should be false, if you are using more than 1 datepicker/timepicker controls
$grid["add_options"]["modal"] = false;
$grid["edit_options"]["modal"] = false;

$g->set_options($grid);

Your Answer

19 + 12 =

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?