Hi Arumugam,
Post the below issue in telerik.
I am using a radgrid with paging. In that next and last page is working but previous and first page buttons are not working.
<telerik:RadGrid ID="rgRole3" runat="server" Skin="Office2007"
CssClass="rgrole1" onneeddatasource="rgRole3_NeedDataSource"
AllowPaging="True" PagerStyle-AlwaysVisible="true" CellSpacing="0"
GridLines="None" AllowSorting="True" AutoGenerateColumns="False" onupdatecommand="rgRole3_UpdateCommand">
<PagerStyle AlwaysVisible="True" PageSizeControlType="RadComboBox" Mode="NextPrevAndNumeric" ></PagerStyle>
<ClientSettings>
<Scrolling AllowScroll="True" UseStaticHeaders="true" />
</ClientSettings>
<MasterTableView>
<CommandItemSettings ExportToPdfText="Export to PDF"></CommandItemSettings>
<RowIndicatorColumn FilterControlAltText="Filter RowIndicator column"></RowIndicatorColumn>
<ExpandCollapseColumn Visible="True" FilterControlAltText="Filter ExpandColumn column"
Created="True"></ExpandCollapseColumn>
<Columns>
<telerik:GridEditCommandColumn Display="true" HeaderStyle-Width="60px"
CancelImageUrl="Cancel.gif" InsertImageUrl="Update.gif"
UpdateImageUrl="Update.gif">
<HeaderStyle Width="60px"></HeaderStyle>
</telerik:GridEditCommandColumn>
<EditFormSettings>
<EditColumn UniqueName="EditCommandColumn1"
FilterControlAltText="Filter EditCommandColumn1 column"
CancelImageUrl="Cancel.gif" InsertImageUrl="Update.gif"
UpdateImageUrl="Update.gif"></EditColumn>
</EditFormSettings>
<PagerStyle AlwaysVisible="True" PageSizeControlType="RadComboBox"></PagerStyle>
</MasterTableView>
<clientsettings>
<Selecting AllowRowSelect="True" />
<scrolling allowscroll="True" UseStaticHeaders="true" ScrollHeight="350px" /></clientsettings>
<FilterMenu EnableImageSprites="False"></FilterMenu>
</telerik:RadGrid>
I have searched all your demos and forums but I am not able to find the correct solution. Please let us know the correct solution
Thanks