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

Filters in Native Grid header

1 Answer 147 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/.

Mat
Top achievements
Rank 1
Iron
Iron
Iron
commented on 14 Oct 2024, 12:27 PM

Do you have an updated example you can share? The linked StackBlitz is no longer functional.

Also, the link to the documentation you provide doesn't inlucde any details on customizing the filter component.

Vessy
Telerik team
commented on 17 Oct 2024, 12:04 PM

Hi, Mat,

The "Customizing the Filter Component" section linked above was moved to a dedicated ColumnMenu Filtering article and can be find in the following link:

Below you can examine an up-to-date demo showcasing how to apply this customisation in action:

Mat
Top achievements
Rank 1
Iron
Iron
Iron
commented on 08 Jan 2025, 12:33 PM

Hi,

I'm returning to this as I'm still unable to find any examples of what I'm looking for.

I'm trying to use a dropdown list for the filter in the Column Menu, but this isn't covered by any of the links provided.

I've managed to integrate a droipdown into the column menu, but I'm having trouble with the column menu closing when I open the dropdown.

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