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

[Solved] Custom Paging

1 Answer 90 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dharmesh Barochia
Top achievements
Rank 1
Dharmesh Barochia asked on 30 Jun 2009, 06:45 AM

Hi

In telerik grid we are using CustomPaging for scrolling record so I have written following code.

<telerik:RadGrid ID="Grid1" runat="server" PageSize="8" AllowCustomPaging="true">

<ClientSettings>

<Scrolling AllowScroll="True" EnableVirtualScrollPaging="True" UseStaticHeaders="True" ScrollHeight ="215" SaveScrollPosition="True">

</Scrolling>

      </ClientSettings>

 

This code display record correctly but when I change page size at runtime grid not resize and also not shown all the rows on the screen.

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Pavlina
Telerik team
answered on 30 Jun 2009, 03:21 PM
Hello Dharmesh,

For more information about how to achieve the desired functionality, please refer to the following links:
Virtual Scrolling
Virtual Scrolling and Paging - Demo

Additionally, I suggest that you check out the second grid "Yahoo-style scrolling" in the live demo.

Sincerely yours,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Dharmesh Barochia
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or