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

about Raddatapager problem

8 Answers 83 Views
ListView
This is a migrated thread and some comments may be shown as answers.
li zhe
Top achievements
Rank 1
li zhe asked on 11 Aug 2010, 02:22 PM
Hello Support

      I create a search box in one asp.net page. When I input keyword and click submit button then show the Radlistview data result.  All is ok, no problem. but when I click the page 2, or page 3 or page..... no result in the radlistview. I checked query string. it show the messed code. 

     I have some customes from china. so this problem only appear when I input chinese charactar in the search box.

     Please help me resolve this problem. Thank you

8 Answers, 1 is accepted

Sort by
0
li zhe
Top achievements
Rank 1
answered on 12 Aug 2010, 01:01 AM
PS: when I set AllowSEOPaging=false, then it's no problem.  Please help me.
0
li zhe
Top achievements
Rank 1
answered on 12 Aug 2010, 05:07 PM
I'm still waiting reply online....

example:  the page url query string is : %c8%f3%bb%ac    .  but the raddatapager numeric url querystring is:%e6%b6%a6%e6%bb%91

Help!
0
li zhe
Top achievements
Rank 1
answered on 13 Aug 2010, 05:41 AM
Anybody sees this post?    -_-.......@_@.......:-(
0
Rosen
Telerik team
answered on 16 Aug 2010, 12:21 PM
Hello Li,

Can you please provide more details (such as code snippets, etc.) about the page's implementation and how the query string value is set.

Regards,
Rosen
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
0
li zhe
Top achievements
Rank 1
answered on 16 Aug 2010, 01:03 PM
Hello Admin

   When I set AllowSeoPaging=true. it's appear this bug.  my querystring value is : %c8%f3%bb%ac. the url is search.aspx?ks=%c8%f3%bb%ac, the page get ks value and show the Radlistview data result. When I click numeric page or Next Page. the querystring value not same as first value. it's change to %e6%b6%a6%e6%bb%91 , so every times When I click next page. the radlistview show no result.

   I found same bug at radgrid. I posted it here: http://www.telerik.com/community/forums/aspnet-ajax/grid/radgrid-layout-listview-not-working-fine.aspx

  I guess all is seopaging problem.

  I will waiting for your reply

 Thank you.

0
BaiH
Top achievements
Rank 1
answered on 19 Aug 2010, 11:22 AM
And maybe providing some codes will help to get better picture...

--BH
0
Simon
Top achievements
Rank 1
answered on 12 Jul 2018, 01:54 AM

Hi, 

I have a similar issue at https://beta.artshub.com.au/jobs/

The initial page is having queryString: HubId=%24%7bmapfile_hubs%3a%7d&CategoryGroupId=%24%7bmapfile_categorygroups%3a%7d

The datapager is set as:

<telerik:RadDataPager ID="RadDataPager1" runat="server" PageSize="20" PagedControlID="rlvJobsListPage" AllowSEOPaging="true"  SEOPagingQueryPageKey="page">
                                    <Fields>
                                        <telerik:RadDataPagerButtonField FieldType="FirstPrev" />
                                        <telerik:RadDataPagerButtonField FieldType="Numeric" />
                                        <telerik:RadDataPagerButtonField FieldType="NextLast" />
                                    </Fields>
 </telerik:RadDataPager>  

As I click on the pages in the DataPager, the querystring values starts concatenating. Following are the page urls after each click:

Page 2: https://beta.artshub.com.au/jobs/?HubId=%2524%257bmapfile_hubs%253a%257d&CategoryGroupId=%2524%257bmapfile_categorygroups%253a%257d&page=2_20

 

Page 3 : https://beta.artshub.com.au/jobs/?HubId=%2524%257bmapfile_hubs%253a%257d%252c%252524%25257bmapfile_hubs%25253a%25257d&CategoryGroupId=%2524%257bmapfile_categorygroups%253a%257d%252c%252524%25257bmapfile_categorygroups%25253a%25257d&page=3_20

 

Page 4(button link): https://beta.artshub.com.au/au/listjobs.aspx?HubId=%24%7bmapfile_hubs%3a%7d%2c%2524%257bmapfile_hubs%253a%257d%252c%252524%25257bmapfile_hubs%25253a%25257d&CategoryGroupId=%24%7bmapfile_categorygroups%3a%7d%2c%2524%257bmapfile_categorygroups%253a%257d%252c%252524%25257bmapfile_categorygroups%25253a%25257d&page=4_20

There is also ISAPI redirection happeing wherehttps://beta.artshub.com.au/jobs/?HubId=%2524%257bmapfile_hubs%253a%257d%252c%252524%25257bmapfile_hubs%25253a%25257d%25252c%25252524%2525257bmapfile_hubs%2525253a%2525257d&CategoryGroupId=%2524%257bmapfile_categorygroups%253a%257d%252c%252524%25257bmapfile_categorygroups%25253a%25257d%25252c%25252524%2525257bmapfile_categorygroups%2525253a%2525257d&page=4_20

There is also redirection happeing where https://beta.artshub.com.au/au/listjobs.aspx? is being redirected to https://beta.artshub.com.au/jobs/?

It could be a case of bad ISAPI redirection or DataPager creating the page links all wrong.

 

0
Attila Antal
Telerik team
answered on 01 Aug 2018, 12:55 PM
Hi Simon,

I would advise double checking the implementation of the DataPager - RadDataPager SEO Paging functionality by comparing it to your project. If the issue still persist, I suggest creating a runnable sample project and send it to us via a formal support ticket where our team will debug it locally and provide you more accurate suggestions accordingly.

Kind regards,
Attila Antal
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
ListView
Asked by
li zhe
Top achievements
Rank 1
Answers by
li zhe
Top achievements
Rank 1
Rosen
Telerik team
BaiH
Top achievements
Rank 1
Simon
Top achievements
Rank 1
Attila Antal
Telerik team
Share this question
or