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

[Solved] Scrolling AND Paging issue.

1 Answer 267 Views
Grid
This is a migrated thread and some comments may be shown as answers.
John Fetherolf
Top achievements
Rank 1
John Fetherolf asked on 27 Dec 2007, 08:32 PM
With the original RADGrid, you could do paging and scrolling in the same grid as at the following URL:

http://www.kimballmidwest.com/Catalog/MSDS.aspx

So the grid is showing 100 items in a scrollable "window" where only 20 or so are visible at one time.  Using the pager then just shows the next or previous 100 items in the grid.

<telerik:RadGrid ID="gridResults" runat="server" AutoGenerateColumns="False" Height="400px" Width="99%"
    Skin="WebBlue" AllowSorting="True" AllowPaging="True" PageSize="100">

    <
ClientSettings>
        <Scrolling AllowScroll="true" SaveScrollPosition="true" UseStaticHeaders="true" ScrollHeight="250px"/>
    </ClientSettings>

    <PagerStyle Mode="NextPrevAndNumeric" AlwaysVisible="True"/>
</telerik:RadGrid>

I really loved the way this worked in the original grid, but can't get this to work in the Prometheus grid. 

I really don't want to use Ajax virtual scroll paging as it is jumpy and probably would not be optimal on a dial-up connection (although I haven't tested this ... so maybe not).  Anyway the original behavior seemed intuitive and I have recevied no complaints that users can figure out how to use the pager controls.

Is there anyway to get this to work this way in the new grid?

As always, any help would be greatly appreciated.

Thanks,
Kevin

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 02 Jan 2008, 04:08 PM
Hi Kevin,

Please, check this online example and let me know if I have missed something.


Best regards,
Ves
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
John Fetherolf
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or