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

Page Size Dropdown not appearing in correct position

2 Answers 169 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 31 May 2011, 07:38 PM
I have a RadGrid on the page with AllowPaging="true" and PageSize="25". Everything works fine except that the "Page size" dropdown is appearing in the wrong place when I click it. It seems to be offset a couple hundred pixels to the right of where it is supposed to be. The amount of the offset is related to the size of the browser window, if I change the browser size then the dropdown is offset by a different amount.

This is occuring on IE and Chrome (other browsers not tested). I'm not doing anything custom for the paging controls. I'm not sure how to fix this. Do you have any suggestions on how to fix this?

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 01 Jun 2011, 04:56 AM
Hello Patrick,

I cannot reproduce the issue locally. I suppose you may have some global CSS and which affects the controls appearance. Please try the same in an independent page.

Thanks,
Shinu.
0
Patrick
Top achievements
Rank 1
answered on 01 Jun 2011, 06:25 PM
In my css the body tag had "position: relative". Once I removed that line from the css the Telerik dropdown started working correctly. The issue is now resolved.
Tags
Grid
Asked by
Patrick
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Patrick
Top achievements
Rank 1
Share this question
or