This is a migrated thread and some comments may be shown as answers.

[Solved] Client Side Filter - Date/Timestamp - 2012-03-23

0 Answers 22 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
d
Top achievements
Rank 1
d asked on 23 Mar 2012, 04:35 PM
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:

  } else if (column.type == "Date") {
                        filterExpr = column.member + "~eq~'" + value + "'";
                    }

Any ideas?
Tags
Grid
Asked by
d
Top achievements
Rank 1
Share this question
or