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.