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

Filter Menu Position

3 Answers 209 Views
Grid
This is a migrated thread and some comments may be shown as answers.
J. E.
Top achievements
Rank 1
J. E. asked on 10 Jun 2011, 05:58 PM
Hi all,

I have a grid that is displayed in a screen that is the child of a tab. (I mean that the grid is displayed when the user clicks on the tab.) My problem is that if the grid only returns a small number of rows and the user goes to filter on a column, the filter menu is cut off. Please see attached screen shots. I added one where all the filter options are displayed and I added one where they are cutoff. Is there any way to force the menu to display down from the filter icon? Any other way of accomplishing that I am trying to do?

Thanks,
J. E.

3 Answers, 1 is accepted

Sort by
0
Mira
Telerik team
answered on 16 Jun 2011, 08:30 AM
Hello J. E.,

Please examine the Reducing the filter menu options help topic to see how to access and customize the filter menu of the RadGrid.

I hope this helps.

All the best,
Mira
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
J. E.
Top achievements
Rank 1
answered on 16 Jun 2011, 12:33 PM
Thanks Mira for the response. Since this posting, we found that the issue was due to how we were setting the height on an iFrame that housed the grid. Once we adjusted the height, everything was perfect. I did find one workaround that helped us as we tried to find the issue. I found that by setting the DefaultGroupSettings height property, we got a scrolling filter menu.

<FilterMenu EnableImageSprites="False">

     <DefaultGroupSettings Height="125px" />

</FilterMenu>

I am posting the workaround in case someone else is facing a similar problem with their grid.

Thanks,
JE
0
Mira
Telerik team
answered on 16 Jun 2011, 02:02 PM
Hello J. E.,

I am glad the issue is resolved.

Thank you for sharing the solution with the community.

Best wishes,
Mira
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
J. E.
Top achievements
Rank 1
Answers by
Mira
Telerik team
J. E.
Top achievements
Rank 1
Share this question
or