Time filter for Data grid 2

0
I am storing time value in one attribute. In data grid 2, I need to use time filter for filtering data. Anybody could suggest me which widget I need to use for time filter in data grid 2. 
asked
1 answers
1

Hi Mohamed,

 

There is no Time Filter for Datagrids 2.

You can try to save your Time as a string and then you can search with the TextFilter.

 

An another idea would be to save the time as an integer because then you can search with numberfilter and the numberfilter contains functions like : equal, not equal, greater then and so on.

 

Hope this Helps

answered