New to Kendo UI for Angular? Start a free 30-day trial
Filter Editor Formats
You can set default formats for the numeric and date filter editors either:
- Through the
editorFormatproperty of aFilterExpressionobject passed via thefiltersinput. - Through the
editorFormatproperty of aFilterFieldcomponent.
For more information on the date and number formats Kendo UI for Angular supports, refer to the kendo-intl GitHub repository.
Filter Expression
You can set the editorFormat through a FilterExpression:
Change Theme
Theme
Loading ...
Filter Field component
You can set the editorFormat through a FilterField component:
Change Theme
Theme
Loading ...