Hi,
I'm using a rad hierarchial grid (Q1 2008), in which i'm using paging. The page size is set as shown in the snippet below:
<telerik:RadGrid runat="server" ID="radLinks" AutoGenerateColumns="false" Width="100%" AllowPaging="true" PageSize="3" >
<PagerStyle Mode="NumericPages" />
But in the child grid, paging shows erratic behavior. Suppose there are 4 records in the child grid. Then sometimes the first page shows only 1 record, the second page shows 1 more, and the last page shows the remaining 2 records. This behavior changes when I run the application each time.
Once I noticed that even though there were 5 records in the child grid, the 1st page displayed the "No records to display" message, while the 2nd and 3rd page displayed the records properly. How do I get rid of this problem?
I'm using a rad hierarchial grid (Q1 2008), in which i'm using paging. The page size is set as shown in the snippet below:
<telerik:RadGrid runat="server" ID="radLinks" AutoGenerateColumns="false" Width="100%" AllowPaging="true" PageSize="3" >
<PagerStyle Mode="NumericPages" />
But in the child grid, paging shows erratic behavior. Suppose there are 4 records in the child grid. Then sometimes the first page shows only 1 record, the second page shows 1 more, and the last page shows the remaining 2 records. This behavior changes when I run the application each time.
Once I noticed that even though there were 5 records in the child grid, the 1st page displayed the "No records to display" message, while the 2nd and 3rd page displayed the records properly. How do I get rid of this problem?