Kendo-angular: Grid: Export FilterCellWrapperComponent

Created on 10 Oct 2017  路  4Comments  路  Source: telerik/kendo-angular

  • Suggestion for improvement

    Current behavior

I'm trying to implement a custom filter, like in your example: Filter

While browsing your code, is saw a useful component to building a more complicated filter: FilterCellWrapperComponent

Expected behavior

FilterCellWrapperComponent is exported and usable for own filters.

Documentation grid

Most helpful comment

Actually, I do have such example laying around for some time. Maybe we could add it to the docs.

All 4 comments

I'm afraid that this is not possible at this time. The component in question is intended for internal use only, as it rely on a specific usage in combination with other internal components.

@rkonstantinov I see, thank you. It would be great, to have a sample, how to build a range filter (ex. column value has to be between two dates, or greater or less than a date). So I built my own, but not sure if everything was done correctly :smirk:

Actually, I do have such example laying around for some time. Maybe we could add it to the docs.

Documented in Filtering by Date Ranges.

Was this page helpful?
0 / 5 - 0 ratings