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

Filter not minimize on tab out

2 Answers 81 Views
GridView
This is a migrated thread and some comments may be shown as answers.
ajin prasad
Top achievements
Rank 1
ajin prasad asked on 06 Oct 2016, 09:08 AM

Hi All,

 

I am using Telerik RadGridView with filters. When clicking the filter icon for each column, filter box appears. When I press ALT+TAB then my application get minimizes but the filter reamins in the screen. 

 

Can anyone helps me how to minimize the filter box when we tab outs. Below I have pasted the RadGridView in Xaml.

 

<telerik:RadGridView x:Name="rdgView" EnableRowVirtualization="False" DataLoadMode="Synchronous"
                     UseLayoutRounding="True" SnapsToDevicePixels="True" RenderOptions.EdgeMode="Aliased"
                     telerik:TouchManager.IsTouchHitTestVisible="False" IsReadOnly="False" CanUserInsertRows="{Binding InsertNewRow}"
                     AutoGenerateColumns="False" ColumnWidth="*"   ShowGroupPanel="False" ItemsSource="{Binding EmployeeCollection,Mode=TwoWay}"
                     CanUserSortColumns="True"  Height="Auto" VerticalAlignment="Top"
                     IsSynchronizedWithCurrentItem="True"
                     VirtualizingPanel.VirtualizationMode="Recycling" ScrollViewer.VerticalScrollBarVisibility="Auto"
                     ScrollViewer.HorizontalScrollBarVisibility="Auto"    CanUserFreezeColumns="True" Margin="10,5,10,0"
                               telerik:StyleManager.Theme="Transparent"
                                           Grid.Row="1" GroupRenderMode="Flat" NewRowPosition="Top"
            DistinctValuesLoading="rdgView_DistinctValuesLoading"
 >

2 Answers, 1 is accepted

Sort by
0
Accepted
Yoan
Telerik team
answered on 10 Oct 2016, 02:15 PM
Hello,

I would suggest check the Filtering Popup Remains Opened help article. It contains two possible solutions for your problem.

Regards,
Yoan
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
ajin prasad
Top achievements
Rank 1
answered on 19 Oct 2016, 06:02 AM
Thanks Yoan.
Tags
GridView
Asked by
ajin prasad
Top achievements
Rank 1
Answers by
Yoan
Telerik team
ajin prasad
Top achievements
Rank 1
Share this question
or