This is a migrated thread and some comments may be shown as answers.

Filters in Native Grid header

1 Answer 93 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ComplySci
Top achievements
Rank 1
ComplySci asked on 22 Oct 2020, 04:41 PM

Hello,

In current implementation of the our web application - we use Kendo UI for jQuery. We decided to implement new pages inside our application using Kendo UI for VueJs. In current implementation we have a lot of grids with filters (filter icon + filter popup) in the column header (similar to https://demos.telerik.com/kendo-ui/grid/filter-menu-customization). But we can't find any examples of such implementation for native Kendo Vue Grid.

Is it possible? We need to have consistent behavior of grid filters and user experience all over our application for jQuery and VueJs implementation.

Thank you in advance

1 Answer, 1 is accepted

Sort by
0
Petar
Telerik team
answered on 27 Oct 2020, 02:28 PM

Hello ComplySci,

Here is a StackBlitz example that demonstrates how we can create a custom filter inside the Kendo UI for Vue Native Grid. In the current project, the filter of the first column is a custom one. It has only to filter options - "Contains" & "Is equal to".

Using the demonstrated approach, you can implement different custom filters, based on the needs of your application.

If you are using a column menu filtering, as in the link from your reply, then you can check this "Customizing the Filter Component" example from our documentation.

I hope the linked examples will help you implement the targeted functionality in the application you are working on.

Regards,
Petar
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Grid
Asked by
ComplySci
Top achievements
Rank 1
Answers by
Petar
Telerik team
Share this question
or