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

Filter window for GridViewDataColumn does not have a owner hence causes the window to stay when we switch to other windows

1 Answer 22 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Viswanathan
Top achievements
Rank 1
Viswanathan asked on 30 Mar 2017, 07:03 AM
The Filter window that shows up when we invoke the Filter button does not disappear when we switch to other windows. As a result, this cause the Filter window does not close though we come back to the UI and click anywhere in the Grid.  Normally, when we click anywhere in Grid when the filter window is open, the filter window disappears. But when we switch to any other window other than the active window, this causes the Filter window to not close on clicking anywhere in the GridViewDataColumn.  I believe the issue here is that the owner window for the Data GridViewDataColumn is not properly set nor the window is displayed as Modal. Hence this issue is happening. Could you please provide a fix or suggest a workaround for this issue ?

Thanks,
-Viswa

1 Answer, 1 is accepted

Sort by
0
Stefan Nenchev
Telerik team
answered on 03 Apr 2017, 08:44 AM
Hi Viswa,

Actually, the FitleringControl is hosted within a Popup control so it would not be possible to set the owner window. However, as the issue has been previously reported, we have introduced a property on RadGridView level - ShouldCloseFilteringPopupOnKeyboardFocusChanged. Setting it to true should fix the behavior for you. 

Regards,
Stefan Nenchev
Telerik by Progress
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which you to write beautiful native mobile apps using a single shared C# codebase.
Tags
GridView
Asked by
Viswanathan
Top achievements
Rank 1
Answers by
Stefan Nenchev
Telerik team
Share this question
or