This question is locked. New answers and comments are not allowed.
I would like the client side filter on the grid to be able to filter for all records which match a specific day (e.g.2012-03-23) (no time value). For example if I put in the following time 3/23/2012 11:32:05 it filters fine, but if I leave off the time, 3/23/2012 , then no records are found.
Also, I have added to the JS:
Any ideas?
Also, I have added to the JS:
} else if (column.type == "Date") { filterExpr = column.member + "~eq~'" + value + "'"; }
Any ideas?