Kendo UI Jquery Grid - Date time column filter

1 Answer 168 Views
Date/Time Pickers Filter Grid
Dwarakesh
Top achievements
Rank 1
Dwarakesh asked on 02 Jun 2023, 06:58 AM

Hi Team,

 we are using kendo UI jquery grid for  displaying the data. In one of the column we have to display date time. is there a way can we filter date and time combined? with date alone we are able to filter but not with date time together. Please let us know and share the code samples/link  if possible

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 06 Jun 2023, 01:55 PM

Hello Dwarakesh,

To enable filtering by date and time you need to specify the filterable component to be DateTimePicker. This is done with the columns.filterable.ui property:

filterable: {
      ui: "datetimepicker" // use Kendo UI DateTimePicker
 }
    

Please let me know if you have any questions.

Regards,
Nikolay
Progress Telerik

As of R2 2023, the default icon type will be SVG instead of Font. See this blogpost for more information.
Tags
Date/Time Pickers Filter Grid
Asked by
Dwarakesh
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or