Hi i am having issues while implementing the "Go to page" in Telerik grid, i tried using http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/paging/basic-paging/defaultcs.aspx.
I tested by checking different modes like PageStyle Mode to "Slider" , "Numeric" , "NextPrevious" which are working fine . But when it comes to "Advanced" and "NextPrevNumericAndAdvanced" i am not able to see the "Go to page" option in grid. Even i tried setting Enable view state of grid to "true" .
You can See my design here:
<telerik:RadGrid ID="grdResFaxes" runat="server" EnableViewState="true" AllowSorting="True"
AllowFilteringByColumn="False" OnNeedDataSource="grdResFaxes_NeedDataSource"
Skin="Metro" CellSpacing="0" GridLines="None" Width="99%" PageSize="12" OnItemCommand="grdResFaxes_ItemCommand">
<%-- <PagerStyle Mode="Slider" AlwaysVisible="true" Position="Bottom"></PagerStyle>--%>
<ExportSettings IgnorePaging="true" Excel-FileExtension="xls" FileName="Faxes" OpenInNewWindow="true">
<Excel Format="Biff" />
</ExportSettings>
<MasterTableView AutoGenerateColumns="false" CommandItemDisplay="Top" DataKeyNames="DocumentId,NonAdhererId"
AllowNaturalSort="false" AllowPaging="true" CommandItemSettings-ShowExportToExcelButton="true"
CommandItemSettings-ShowAddNewRecordButton="false" PagerStyle-Mode="Slider"
PagerStyle-Position="Bottom">
<Columns>
<telerik:GridBoundColumn DataField="RecDate" FilterControlAltText="Filter ReceivedDate column"
HeaderText="Received Date" SortExpression="RecDate" UniqueName="RecDate" ItemStyle-Width="20%"
FilterControlWidth="75px">
.
.
.
.
</telerik:RadGrid>
I tested by checking different modes like PageStyle Mode to "Slider" , "Numeric" , "NextPrevious" which are working fine . But when it comes to "Advanced" and "NextPrevNumericAndAdvanced" i am not able to see the "Go to page" option in grid. Even i tried setting Enable view state of grid to "true" .
You can See my design here:
<telerik:RadGrid ID="grdResFaxes" runat="server" EnableViewState="true" AllowSorting="True"
AllowFilteringByColumn="False" OnNeedDataSource="grdResFaxes_NeedDataSource"
Skin="Metro" CellSpacing="0" GridLines="None" Width="99%" PageSize="12" OnItemCommand="grdResFaxes_ItemCommand">
<%-- <PagerStyle Mode="Slider" AlwaysVisible="true" Position="Bottom"></PagerStyle>--%>
<ExportSettings IgnorePaging="true" Excel-FileExtension="xls" FileName="Faxes" OpenInNewWindow="true">
<Excel Format="Biff" />
</ExportSettings>
<MasterTableView AutoGenerateColumns="false" CommandItemDisplay="Top" DataKeyNames="DocumentId,NonAdhererId"
AllowNaturalSort="false" AllowPaging="true" CommandItemSettings-ShowExportToExcelButton="true"
CommandItemSettings-ShowAddNewRecordButton="false" PagerStyle-Mode="Slider"
PagerStyle-Position="Bottom">
<Columns>
<telerik:GridBoundColumn DataField="RecDate" FilterControlAltText="Filter ReceivedDate column"
HeaderText="Received Date" SortExpression="RecDate" UniqueName="RecDate" ItemStyle-Width="20%"
FilterControlWidth="75px">
.
.
.
.
</telerik:RadGrid>