Hi,
Allow paging is not working in radgrid. Please check the code below:
Note: im using classic radgrid.
Please find me the solution as soon as possible.
Thanks in Advance.
Regards,
Asif
Allow paging is not working in radgrid. Please check the code below:
<radW:RadWindowManager ID="RadWindowManager1" runat="server" Skin="Office2007"> </radW:RadWindowManager> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <radspl:RadSplitter Width="100%" Height="100%" ID="RadSplitter1" runat="server" Orientation="Horizontal" Skin="Office2007" VisibleDuringInit="false"> <radspl:RadPane ID="RadPane1" runat="server" Height="167" MinHeight="79"> <radG:RadGrid ID="RadGrid1" runat="server" PageSize="5" AllowSorting="true" EnableAJAXLoadingTemplate="true" AllowPaging="true" AutoGenerateColumns="False" EnableAJAX="True"
GridLines="None" Skin="Office2007"> <AJAXLoadingTemplate> <asp:Panel ID="Panel1" Width="100%" Height="100%" runat="server"> <img src="Images/Loading.gif" style="z-index: 100" /> </asp:Panel> </AJAXLoadingTemplate> <ExportSettings IgnorePaging="True" OpenInNewWindow="True" /> <PagerStyle Mode="NextPrevAndNumeric" /> <MasterTableView DataKeyNames="ID" AllowPaging="true" AllowSorting="true"> <Columns> <radG:GridBoundColumn DataField="ID" UniqueName="ID" Display="false"> </radG:GridBoundColumn> <radG:GridBoundColumn DataField="Name" UniqueName="Name"> </radG:GridBoundColumn> </Columns> </MasterTableView> <ClientSettings ApplyStylesOnClient="True" EnableClientKeyValues="True"> <Selecting AllowRowSelect="True" /> <ClientEvents OnGridCreated="GridCreated" OnRequestStart="GridRequestStart" OnRowContextMenu="ContextMenu" /> </ClientSettings> </radG:RadGrid> </radspl:RadPane> </radspl:RadSplitter>Note: im using classic radgrid.
Please find me the solution as soon as possible.
Thanks in Advance.
Regards,
Asif