Hi,
The datetimepicker integration with the latest build does filter date with column filtering.
I checked with the previous version of grid its the same issue there.
I am unable to regenerate this issue.
Demo: http://www.phpgrid.org/demo/demos/integrations/datetimepicker.php
Steps: i type date 6/10/2007 in auto filter of datetime field.
Please tell exact steps to get this issue.
It works if date is keyed in the search field, I typed 06/10/2007 05:00:00, though its the entry that is there in the grid it says "No records to view"
The issue was with the timezone convertion. It was displaying GMT+5 and saved in db was gmt+0.
I've changed to $col["dbname"] so that it can be used in WHERE clause instead of plain field.
http://www.phpgrid.org/demo/demos/integrations/datetimepicker.php
http://www.phpgrid.org/demo/demos/integrations/datetimepicker.phps