Hi Telerik Team,
I am using Telerik RadGrid. And the controls Next and Previous buttons do not work. But the pagination numbers work.
I have been using the below controls and they were at the time of 2008 I think.
Telerik.Web.UI - Ver 2008.3.1314.35
Rad Grid - Ver 4.5.0.0
That time all controls had different dll's.
My code is as below.
<telerik:RadGrid ID="rg" runat="server" CellPadding="6" HorizontalAlign="Center" ShowFooter="true" RegisterWithScriptManager="False" RenderMode="Lightweight" Width="90%" DataKeyNames="ContractID" AllowFilteringByColumn="true" OnItemCommand="rg_ItemCommand" OnItemDataBound="rg_ItemDataBound" DataSourceID="SqlDataSource1" GridLines="None" Skin="Office2007" AutoGenerateColumns="false" AllowPaging="true" PageSize="20" AlternatingItemStyle-BackColor="WhiteSmoke">
<GroupingSettings CaseSensitive="false" />
<ItemStyle CssClass="tableRow" />
<PagerStyle Mode="NextPrevAndNumeric" ShowPagerText="true"/>
<HeaderContextMenu>
<CollapseAnimation Duration="200" Type="OutQuint" />
</HeaderContextMenu>
<AlternatingItemStyle CssClass="tableRowAlt" />
<MasterTableView ShowFooter="true" DataSourceID="SqlDataSource1">
<Columns>
</Columns>
</MasterTableView>
<FilterMenu>
<CollapseAnimation Duration="200" Type="OutQuint" />
</FilterMenu>
</telerik:RadGrid>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ProviderName="System.Data.SqlClient" SelectCommandType="StoredProcedure">
<SelectParameters>
<asp:Parameter DefaultValue="1" Name="TypeID" Type="Int32" />
</SelectParameters>
</asp:SqlDataSource>
I am using Telerik RadGrid. And the controls Next and Previous buttons do not work. But the pagination numbers work.
I have been using the below controls and they were at the time of 2008 I think.
Telerik.Web.UI - Ver 2008.3.1314.35
Rad Grid - Ver 4.5.0.0
That time all controls had different dll's.
My code is as below.
<telerik:RadGrid ID="rg" runat="server" CellPadding="6" HorizontalAlign="Center" ShowFooter="true" RegisterWithScriptManager="False" RenderMode="Lightweight" Width="90%" DataKeyNames="ContractID" AllowFilteringByColumn="true" OnItemCommand="rg_ItemCommand" OnItemDataBound="rg_ItemDataBound" DataSourceID="SqlDataSource1" GridLines="None" Skin="Office2007" AutoGenerateColumns="false" AllowPaging="true" PageSize="20" AlternatingItemStyle-BackColor="WhiteSmoke">
<GroupingSettings CaseSensitive="false" />
<ItemStyle CssClass="tableRow" />
<PagerStyle Mode="NextPrevAndNumeric" ShowPagerText="true"/>
<HeaderContextMenu>
<CollapseAnimation Duration="200" Type="OutQuint" />
</HeaderContextMenu>
<AlternatingItemStyle CssClass="tableRowAlt" />
<MasterTableView ShowFooter="true" DataSourceID="SqlDataSource1">
<Columns>
</Columns>
</MasterTableView>
<FilterMenu>
<CollapseAnimation Duration="200" Type="OutQuint" />
</FilterMenu>
</telerik:RadGrid>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ProviderName="System.Data.SqlClient" SelectCommandType="StoredProcedure">
<SelectParameters>
<asp:Parameter DefaultValue="1" Name="TypeID" Type="Int32" />
</SelectParameters>
</asp:SqlDataSource>