Gridview Filter Window Stays on Top of Other App Windows.

1 Answer 7 Views
GridView
Neil N
Top achievements
Rank 2
Iron
Iron
Veteran
Neil N asked on 28 Apr 2025, 07:47 PM

1. Go to the GridView | Filtering Configuration example in the Telerik WPF Demo app.

2. Choose Popup for Filtering Mode.

3. Open filtering for Company Name.

4. Alt-Tab to another app window.

5. Observe as filter window appears on top of the app's window.

Is this expected behaviour?

1 Answer, 1 is accepted

Sort by
0
Accepted
Martin Ivanov
Telerik team
answered on 29 Apr 2025, 06:12 AM

Hello Neil,

There is a property on the RadGridView control that changes this behavior.

<telerik:RadGridView ShouldCloseFilteringPopupOnKeyboardFocusChanged="True" /> 

You can read more about this in the following article (see Solution 2).

Regards,
Martin Ivanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Neil N
Top achievements
Rank 2
Iron
Iron
Veteran
commented on 29 Apr 2025, 02:28 PM

Thank you, Martin.
Tags
GridView
Asked by
Neil N
Top achievements
Rank 2
Iron
Iron
Veteran
Answers by
Martin Ivanov
Telerik team
Share this question
or