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

page size dropdown list is on wrong position when scrolling

1 Answer 120 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ChangJun
Top achievements
Rank 1
ChangJun asked on 09 Dec 2013, 07:29 AM
hi there~

In my program, the Document is bigger than the window (browser), and the grid is on the down part of document.

so, use scrolling in body,of course. 


and, when a page is loading. that grid is only shown when scrolling down.

in this case page size dropdown list layer is higher as scolling amount.

it means the page size dropdown list is not on right place. upper than it should be. 

it has to be looks like 'ok.png', but whent scrolling down it's shown like 'notok.png'   --- attachted two files. 


i think i got a no problem in telerik 2012 version. so i didn't noticed that issue before. then i resently updated telerik dll to 2013 q3. 

so i suppose that might occurs that issue.


please help me~ 

thank you. ~

ps. a same issue is occurs in calender componet too. 

1 Answer, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 11 Dec 2013, 02:13 PM
Hello ChangJun,

I am not able to replicate the same issue on my side. Here is my markup:

ASPX:

<div style="height:1000px; border: 1px solid red;"></div>
<telerik:RadGrid ID="RadGrid1" AutoGenerateColumns="false" AllowPaging="true" AllowSorting="true"
    AllowFilteringByColumn="true" Width="1000px" Skin="Office2007" runat="server"
    OnColumnCreating="RadGrid1_ColumnCreating" OnItemCommand="RadGrid1_ItemCommand"
    OnNeedDataSource="RadGrid1_NeedDataSource">
    <PagerStyle Mode="NumericPages" />
    <PagerStyle Mode="NextPrevAndNumeric" />
    <MasterTableView></MasterTableView>
    <ClientSettings>
                  
        <Scrolling AllowScroll="true" UseStaticHeaders="true"/>
    </ClientSettings>
</telerik:RadGrid>

and here is a video that shows the result: http://screencast.com/t/ZDz7Pn7tr. Could you please tell us what else should be done in order to replicate this issue?

Regards,
Venelin
Telerik
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 the blog feed now.
Tags
Grid
Asked by
ChangJun
Top achievements
Rank 1
Answers by
Venelin
Telerik team
Share this question
or