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
editorFormat
property of aFilterExpression
object passed via thefilters
input. - Through the
editorFormat
property of aFilterField
component.
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 ...