This is a migrated thread and some comments may be shown as answers.

RadGrid Pager UI Problem

1 Answer 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ilayaraja
Top achievements
Rank 1
Ilayaraja asked on 06 Jul 2012, 06:34 AM
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

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 10 Jul 2012, 03:00 PM
Hi,

Based on the provided information the only thing that could be causing the erroneous behavior is the PagerStyle-PagerTextFormat="" property.

If this does not help resolve the issue try sharing your complete page source code along with the code-behind file content. Thus everyone that want to help you will have better understanding of you project.

Greetings,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Ilayaraja
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or