I found that date picker did'nt work in auto filter box in second grid tab. when i click the date, the date can't display in the auto filter box in both second and third grid tab, but it is okay in the first grid.
Answered here: https://phpgrid.desk.com/customer/portal/questions/15274420-unable-to-filter-in-auto-filter-box-in-second-grid-tab
Hello Abu, I’ve the same problem (also in the new version), but the link with your response is broken. How can this be fixed?
Updated link here: https://www.phpgrid.org/support/questions/unable-to-filter-in-auto-filter-box-in-second-grid-tab/
This change is incorporated in latest version. If you still face this issue, Please create a new ticket for that with screenshot + code and steps to regenerate.
Ok, I solved commenting out the line:
if (jQuery(el).is(\”:hidden\”)) return;
in the two functions (link_datepicker and link_datetime_picker).
You writed that this change is incorporated in latest version, but I found that these lines are not commented out also in the newest jqgrid_dist.php that you sent me few days ago.
Ok, we’ll be checking it. Thanks for the update.