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

RadDataPagerGoToPageField and AllowSEOPaging

1 Answer 53 Views
ListView
This is a migrated thread and some comments may be shown as answers.
James Shelton Agar
Top achievements
Rank 2
James Shelton Agar asked on 12 Apr 2010, 12:31 AM
I have the control setup as following, however, the "go" button is not generating using SEO paging. Any thing I am missing?

  <telerik:RadDataPager ID="RadDataPagerTop" runat="server" Style="border: none;" SkinID="ListViewSkin" 
                            AllowSEOPaging="true" SEOPagingQueryPageKey="Page"
                            <Fields> 
                                <telerik:RadDataPagerButtonField FieldType="FirstPrev" /> 
                                <telerik:RadDataPagerButtonField FieldType="NextLast" /> 
                                <telerik:RadDataPagerGoToPageField CurrentPageText="Page " TotalPageText="/" SubmitButtonText="Go" 
                                    TextBoxWidth="25" /> 
                            </Fields> 
                        </telerik:RadDataPager> 

1 Answer, 1 is accepted

Sort by
0
Pavel
Telerik team
answered on 12 Apr 2010, 03:37 PM
Hi James,

I just tested your markup and the 'Go' button is displayed correctly. I noticed you are using a custom skin, can you verify whether the issue exists when you set one of our embedded skins?

Kind regards,
Pavel
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ListView
Asked by
James Shelton Agar
Top achievements
Rank 2
Answers by
Pavel
Telerik team
Share this question
or