Date filter on Kendo UI Angular 2 Grid

Matt

I am using the kendo-grid from the Kendo UI Angular 2 library. I would like to know if and how I can set a date filter - equivalent to the boolean and numeric values on the filter attribute below:

<kendo-grid-column field="UnitPrice" filter="numeric">
</kendo-grid-column>
<kendo-grid-column field="Discontinued" filter="boolean">
</kendo-grid-column>

Many thanks.

Update as of 11th April 2017

From Telerik:

"Currently there is not built-in date filter, as the DateInput component was not ready when the filter row functionality has been released. That said we will add such filter in some of the following releases"

Sandip - Full Stack Developer

As per my knowledge still Kendo UI not support date filter in angular-2, so you have to use custom filter.

Create custom filter with column type and set HTML5 input type according to that.

For normal string filter for date value do not specify any filter type in column.

<kendo-grid-column field="DateField">
</kendo-grid-column>

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

kendo ui grid angular 2 footer template

From Dev

Kendo UI - Grid / Filter menu customization between 2 dates

From Dev

angular ui grid date filter to search the date in column

From Dev

Date filter for ListView in Kendo UI

From Dev

Kendo UI grid dropdown and angular

From Dev

Kendo-ui-angular2 grid selectable="true" not working

From Dev

kendo ui grid date column - control the format of date sent by filter operation

From Dev

kendo ui grid filter, sort and paging in the server

From Dev

How to modify Filter in Kendo UI Grid?

From Dev

Kendo UI grid filter cell that contains an array

From Dev

Kendo UI grid filter cell that contains an array

From Dev

Kendo Grid Filter not working properly for date column

From Dev

The operator date in kendo ui Grid is not getting the kind

From Dev

Kendo Ui Grid Date time Convertion Issue

From Dev

Kendo UI with Angular 2 issue

From Dev

Binding to a Date to a Kendo UI for Angular DatePicker Component

From Dev

How do I add a new row at the bottom of the grid? Kendo UI Angular 2/4

From Dev

How to change the default filter operator in kendo ui grid mvc

From Dev

Set pre-defined value for filter in Kendo UI Grid

From Dev

I want to display the applied filter criteria on the Kendo UI Grid

From Dev

How to filter a Kendo UI MVC grid using a dropdown list

From Dev

Kendo UI Grid - How to catch an event fired by filter

From Dev

kendo ui grid filter doesn't work for integer type columns

From Dev

How to change the default filter operator in kendo ui grid mvc

From Dev

I want to display the applied filter criteria on the Kendo UI Grid

From Dev

Kendo UI Grid with streaming updates: Typing into search filter gets reset

From Dev

Multi Column Header for Angular 2 Kendo Grid

From Dev

Alternative to detailinit event in Angular 2 Kendo grid

From Dev

Angular 2 Kendo Grid from array of string

Related Related

  1. 1

    kendo ui grid angular 2 footer template

  2. 2

    Kendo UI - Grid / Filter menu customization between 2 dates

  3. 3

    angular ui grid date filter to search the date in column

  4. 4

    Date filter for ListView in Kendo UI

  5. 5

    Kendo UI grid dropdown and angular

  6. 6

    Kendo-ui-angular2 grid selectable="true" not working

  7. 7

    kendo ui grid date column - control the format of date sent by filter operation

  8. 8

    kendo ui grid filter, sort and paging in the server

  9. 9

    How to modify Filter in Kendo UI Grid?

  10. 10

    Kendo UI grid filter cell that contains an array

  11. 11

    Kendo UI grid filter cell that contains an array

  12. 12

    Kendo Grid Filter not working properly for date column

  13. 13

    The operator date in kendo ui Grid is not getting the kind

  14. 14

    Kendo Ui Grid Date time Convertion Issue

  15. 15

    Kendo UI with Angular 2 issue

  16. 16

    Binding to a Date to a Kendo UI for Angular DatePicker Component

  17. 17

    How do I add a new row at the bottom of the grid? Kendo UI Angular 2/4

  18. 18

    How to change the default filter operator in kendo ui grid mvc

  19. 19

    Set pre-defined value for filter in Kendo UI Grid

  20. 20

    I want to display the applied filter criteria on the Kendo UI Grid

  21. 21

    How to filter a Kendo UI MVC grid using a dropdown list

  22. 22

    Kendo UI Grid - How to catch an event fired by filter

  23. 23

    kendo ui grid filter doesn't work for integer type columns

  24. 24

    How to change the default filter operator in kendo ui grid mvc

  25. 25

    I want to display the applied filter criteria on the Kendo UI Grid

  26. 26

    Kendo UI Grid with streaming updates: Typing into search filter gets reset

  27. 27

    Multi Column Header for Angular 2 Kendo Grid

  28. 28

    Alternative to detailinit event in Angular 2 Kendo grid

  29. 29

    Angular 2 Kendo Grid from array of string

HotTag

Archive