Hello All,
Facing weird issue in RadGrid, I have a grid with custom Pager that the page size could be chosen by user, and the Next, Last, First, Back arrows are there to ease the List operations. Here the problem is the Paging arrow Last & Next comes in Left hand side and First & Before comes in Right hand side. Look at the attached screenshot for better understanding. I have no clue that which property causing this problem. I have see demos and other sites. It all looks correct. Can any one help me out here.
The ASPX code is
<telerik:RadGrid ID="gridView" EnableEmbeddedSkins="false" Skin="Web20" Width="800px"
AutoGenerateColumns="False" AllowSorting="true" OnNeedDataSource="gridView_NeedDataSource"
OnPageIndexChanged="PageIndexChanged" OnSortCommand="gridView_Sorting"
OnItemDataBound="gridView_ItemDataBound" DataSourceID="" AllowMultiRowEdit="false"
AllowMultiRowSelection="true" MasterTableView-RetrieveAllDataFields="true" runat="server"
EnableOutsideScripts="false" EnableAJAX="false" EnableAJAXLoadingTemplate="false"
PagerStyle-Mode="NumericPages" PagerStyle-PagerTextFormat="" PageSize="10" AllowPaging="true">
<MasterTableView>
<RowIndicatorColumn Visible="False">
</RowIndicatorColumn>
<PagerStyle Mode="NextPrevAndNumeric" />
<Columns>
</<Columns>
.......
Regards,
Ilayaraja.C
Facing weird issue in RadGrid, I have a grid with custom Pager that the page size could be chosen by user, and the Next, Last, First, Back arrows are there to ease the List operations. Here the problem is the Paging arrow Last & Next comes in Left hand side and First & Before comes in Right hand side. Look at the attached screenshot for better understanding. I have no clue that which property causing this problem. I have see demos and other sites. It all looks correct. Can any one help me out here.
The ASPX code is
<telerik:RadGrid ID="gridView" EnableEmbeddedSkins="false" Skin="Web20" Width="800px"
AutoGenerateColumns="False" AllowSorting="true" OnNeedDataSource="gridView_NeedDataSource"
OnPageIndexChanged="PageIndexChanged" OnSortCommand="gridView_Sorting"
OnItemDataBound="gridView_ItemDataBound" DataSourceID="" AllowMultiRowEdit="false"
AllowMultiRowSelection="true" MasterTableView-RetrieveAllDataFields="true" runat="server"
EnableOutsideScripts="false" EnableAJAX="false" EnableAJAXLoadingTemplate="false"
PagerStyle-Mode="NumericPages" PagerStyle-PagerTextFormat="" PageSize="10" AllowPaging="true">
<MasterTableView>
<RowIndicatorColumn Visible="False">
</RowIndicatorColumn>
<PagerStyle Mode="NextPrevAndNumeric" />
<Columns>
</<Columns>
.......
Regards,
Ilayaraja.C