Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    listGrid filtering datetime, not considering time?

    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

    #2
    You would need to actually change the DataSource field to "datetime" and change the underlying SQL table to the appropriate SQL type before time-sensitive filtering would be expected to take place.

    Comment

    Working...
    X