hello,
I want to use multiple date fields in one grid with a specific date format.
I can do this without any problem but if I make the fields editable, one of the two date fields is empty after the update, this is only a problem with the two fields who have the date formatter options.
Could you check this please?
Thanks in advance
i have same problem, but with three date field. The first and the second work, on the third date field isn't possible to select the date from datepicker (cursor is put on the first form field
thanks in advance
Hello Paolo,
Can you send me code for review, or if it somewhere online, let me know the link.
You can email at [email protected]
Thanks
Hello, i have the same problem…
I want to use multiple date fields in one grid with a specific date format… but when i click on the second calendar, this focus the first date fields without fill the second one, How to fix it??
thanks in advance
Hi Laurent,
I'm sending you update. Let me know in case of further help.
You can also email me code at gridphp@gmail for review.
Hi Abu
I'm having a problem with multiple datepickers on the same page. It works fine with one date picker but I get strange results with more than one on a page.
Thanks
Hello,
This seems to be some known issue with JQGrid lib.
http://stackoverflow.com/questions/14398630/jqgrid-multiple-datepickers-and-autofocus
Solution would be to disable modal behavior in dialogs.
$grid["add_options"]["modal"] = false;
$grid["edit_options"]["modal"] = false;
…
$g->set_options($grid);