How can I defualt my grid to show the 1st 50 rows. I have basic paging turned on, and the users have requested that the grid defualt to 50 rows instead of them having to pick the 50 option in the paging. Some of the grid don't have 50 rows however and in this case they just want to show all.
<telerik:RadGrid ID="myRadGrid" runat="server" Width="100%" Skin="Web20"> <MasterTableView AutoGenerateColumns="false" Font-Size="10" DataKeyNames="intScheduleId" CommandItemDisplay="Top" AllowPaging="true" AllowSorting="true"> <HeaderStyle ForeColor="White" Font-Bold="true" HorizontalAlign="Center" /> <ItemStyle HorizontalAlign="Center"/> <AlternatingItemStyle BackColor="#B0C4DE" HorizontalAlign="Center" /> <PagerStyle AlwaysVisible="true" Mode="NextPrevAndNumeric" /> <CommandItemStyle Height="25px" Font-Bold="true" Font-Underline="true" HorizontalAlign="Left" VerticalAlign="Bottom" />