I have a radgrid with detail data, and when the amount of rows in the grid does not exceed the pager amount then when the detail data gets expanded this rogue top pager appears. even though i have specified that it should only appear at the bottom.
<telerik:RadGrid runat="server" ID="RadGrid1" AllowPaging="true" PageSize="15" >
<MasterTableView AutoGenerateColumns="false" PagerStyle-AlwaysVisible="true" PagerStyle-Position="Bottom">
<Columns>
So in short - when there are a total of 7 rows if you click on the expand details data the pager appears at the top and bottom.
Anybody know why this happens or how I can prevent it from appearing?