Clarification with Filter menu in Kendo Grid Angular

1 Answer 59 Views
Grid PanelBar
Deekshith
Top achievements
Rank 1
Deekshith asked on 01 Nov 2021, 08:24 PM

Hi Team,

I'm currently working with kendo grid and panel bar components using Angular. My application has multiple panel bars with each panel bar containing a kendo grid with Filter Menu options. My issue is such that while I try to use the filter in the first grid and then move on to the second grid and try to filter the options the filter menu automatically closes without filtering the values.

The feature works just fine when I'm handling filters in a single grid. The issue is when I try to use the filters with more than one grid on that page. Please assist.

Thank You.

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 04 Nov 2021, 10:22 AM

Hi Deekshith,

By default, the filter menu popup is closed when the developer clicks anywhere outside the filter menu or either scroll the Grid records. 

That behavior can be avoided by creating a custom filter menu and using the SinglePopupService. The service exposes an onClose event that can be prevented. This allows the developer to control the popup opened state.

Please check the following article from our documentation which covers that topic:

https://www.telerik.com/kendo-angular-ui/components/grid/filtering/reusable-filter/#toc-filter-menu-with-popup

Regards,
Martin
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 PanelBar
Asked by
Deekshith
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or