Hi, when trying to filter a listgrid with a datetime field and setting an intervall, it seems like the filter mechanism does not consider the time.
I changed one of your examples (added a datetime field in Live Filter) and tried with same results.
Added "{name:"independence", title:"DT", type:"datetime"},"
Filtering from "08/31/1962 00:00" to "08/31/1962 23:59" shows one row with datetime "08/31/1962 00:00".
but when filtering from "08/31/1962 00:01" the same row is still shown?
/Johan
I changed one of your examples (added a datetime field in Live Filter) and tried with same results.
Added "{name:"independence", title:"DT", type:"datetime"},"
Filtering from "08/31/1962 00:00" to "08/31/1962 23:59" shows one row with datetime "08/31/1962 00:00".
but when filtering from "08/31/1962 00:01" the same row is still shown?
/Johan
Comment