Hi, i'm using a Grid with several columns. One of wich is displaying only Time part from a DateTime data type.
For this column, we are using .format("hh:mm:yyyy") to display the time part only.
The problem we're having is at time of filtering, the filter is requesting both Date and Time values to filter with a DateTimePicker widget. We'd like to filter the column the Time value only, by using a TimePicker widget.
Thank you.