ok..
maybe its the hangover.. but i just can't figure out why this is happening.
my test case:
<igtbl:UltraWebGrid ID="TestGrid" runat="server"></igtbl:UltraWebGrid>
codebehind oninit event:
Response.Write( TestGrid.DisplayLayout.Pager.PageSize);
writes out 8.
(my infragistics version is 8.2.20082.2160)
Hi,
This is is the default behavior for paging. Page size is set to 8. You can change the page size on the pager object.
Magued