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

RadGrid Filter (DropDown) Position Is Wrong When Our Grid Is Larger Than Page And Horizontal Scroll Bar Is Appeared

4 Answers 231 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Majid Darab
Top achievements
Rank 1
Majid Darab asked on 21 Apr 2010, 03:27 AM
hi my dear friends
why RadGrid Filter (DropDown) Position Is Wrong When Our Grid Is Larger Than Page And Horizontal Scroll Bar Is Appeared ...
i mean when u click on filter button so u see filter menu in a wrong position in ur page , not under filter button



4 Answers, 1 is accepted

Sort by
0
Majid Darab
Top achievements
Rank 1
answered on 26 Apr 2010, 04:33 AM
any idea?
0
Andrew Bort
Top achievements
Rank 1
answered on 06 Mar 2012, 04:13 PM
Majid-

We are encountering the same problem (see this forum post:  http://www.telerik.com/community/forums/aspnet-ajax/grid/radgrid-filter-menu-location---not-attached-to-filter-menu-button.aspx)

Did you ever find a solution to this problem?

Thanks,
Andrew
0
Pavlina
Telerik team
answered on 09 Mar 2012, 03:14 PM
Hi,

Could you, please consider opening a regular support ticket where you can provide us a sample runnable project we can examine. This misbehavior seems to be a layout issue that may also be inherent to some browsers. Could you, please, specify whether you are getting the same behavior on multiple browsers, or is it just a specific one that breaks the layout.

Kind regards,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Andrew Bort
Top achievements
Rank 1
answered on 09 Mar 2012, 03:35 PM
We were able to resolve this problem.  Initially, we styled the page so that the div containing the radgrid was set to:     #page { width:1015pxmargin:0px auto; }

 

 

 

 

so as to center the content of the page with a fixed width.

Once we moved this style from the div containing the radgrid to the body of the page:
    body { width:1015px; margin:0px auto; }

 

 

the problem no longer persisted.

 

Tags
Grid
Asked by
Majid Darab
Top achievements
Rank 1
Answers by
Majid Darab
Top achievements
Rank 1
Andrew Bort
Top achievements
Rank 1
Pavlina
Telerik team
Share this question
or