When I push the next page plik on a RadGrid the NeedDataSource event fires. How do I get the grid to handle paging without hitting the database each time?
<telerik:RadGrid ID="RadGrid1" runat="server" Width="100%" Height="100%" GridLines="None" AutoGenerateColumns="False" AllowSorting="True" AllowFilteringByColumn="True" SelectedItemStyle-BackColor="LightBlue" AllowPaging="True" onneeddatasource="RadGrid1_NeedDataSource" PageSize="100">