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

SEO Breaks Pager Rendering

4 Answers 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
robertw102
Top achievements
Rank 1
robertw102 asked on 08 Apr 2009, 08:25 PM
I noticed an odd behaviour with the RadGrid pager when SEO is enabled. It seems when I set EnableSEOPaging="True", the pager rendering gets broken, it for some reason renders the button style from an earlier version of the control. When I remove the EnableSEOPaging="True" property from the grid, the pager renders correctly and with the lastest version of the button images.

If you could test this out on your end and tell me if this is happening to you.

Thanks.

4 Answers, 1 is accepted

Sort by
0
robertw102
Top achievements
Rank 1
answered on 08 Apr 2009, 08:28 PM
Also, the alignment of the second "Next" buttons are off a little when SEO paging is enabled on the grid control. I forgot to mention that in my first post and is the more important reason why I mentioned this issue.

Thanks.
0
Dimo
Telerik team
answered on 09 Apr 2009, 06:07 AM
Hi Robert,

The new fancier pager buttons will appear in SEO mode in our next service pack. As for the buttons' vertical alignment - this has been fixed for Q1 2009 SP1. Are you using this version? If yes, please tell us which skin is exhibiting the problem and in which browser.

Regards,
Dimo
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
robertw102
Top achievements
Rank 1
answered on 09 Apr 2009, 03:59 PM
Ok, I took a look at my grid and this is the situation that seems to cause the pager button alignment issue. It seems when there is only one page, the alignment of the right pager buttons is off, otherwise when there is more than 1 page the button alignment is rendered as expected.

Here are links to the search page that I'm using it on, so you can see it for yourself. The first link shows a search the return returns only one result causing a single page to show in the pager and the alignment issue occurs. The second one shows the search page with around 10 pages and the pager is rendered correctly.

Search Page With Only One Page Showing
Search Page With Mulitple Pages

Also, the version I'm using is the latest one, 2009.1.402.20, and the skin I'm using is WebBlue.


0
Accepted
Dimo
Telerik team
answered on 10 Apr 2009, 04:36 PM
Hello Robert,

Thanks for the live URLs. Indeed, there is a bug in the RadGrid code, which causes the misalignment. We have fixed it and changes will take effect in the next service pack or nightly build. Sorry for the inconvenience. I have updated your Telerik points.

The workaround is to insert programmatically a space ( new LiteralControl("  ") ) between the two right pager buttons, e.g. in PreRender.


Best wishes,
Dimo
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
robertw102
Top achievements
Rank 1
Answers by
robertw102
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or