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

page buttons invisible with webkit browser

3 Answers 40 Views
Grid
This is a migrated thread and some comments may be shown as answers.
SYSPROUSA
Top achievements
Rank 1
SYSPROUSA asked on 22 Dec 2011, 07:23 PM
Hello,
I have recently just upgraded my project to the latest version of the telerik asp.net controls and am running into a problem with the page buttons on the grids.  The buttons are not visible.  They are still there and will function, but they don't show up.  If I click where they are, I see the outline from the hyperlink and the functions fire.  I am seeing this behavior on my Android phone running from desktop in IE, Safari, Firefox everything is fine. 
Any  help would be appreciated.

Thanks,
Bob

3 Answers, 1 is accepted

Sort by
0
Marin
Telerik team
answered on 27 Dec 2011, 11:28 AM
Hello Bob,

 We reproduced the described issue. It is logged in our system and we will try to address it for future release of the controls. Thank you for reporting this and please excuse us for any inconvenience caused.

All the best,
Marin
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
0
SYSPROUSA
Top achievements
Rank 1
answered on 10 Jan 2012, 05:50 PM
Can you let me know when this will be corrected?  I don't see it listed in the Issues Tracker.
Thanks,
Bob
0
Marin
Telerik team
answered on 11 Jan 2012, 11:06 AM
Hello Bob,

 We investigated the issue further and it seems that the default android browser has a limitation on the size of the image that it can load properly. For optimization purposes most of the icons of the grid are grouped together in one bigger image which exceeds the mobile browser limitation. As you can see other browsers (like Opera Mini) manage to load this correctly.
The workaround in this case would be to explicitly specify the icons for the pager:

<PagerStyle FirstPageImageUrl="newImageUrl.gif" LastPageImageUrl="imageUrl2.gif" />

Or specially for the pager you can set PagerStyle.EnableSEOPaging = "true" which will load the images separately and should look fine on android.

Kind regards,
Marin
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
SYSPROUSA
Top achievements
Rank 1
Answers by
Marin
Telerik team
SYSPROUSA
Top achievements
Rank 1
Share this question
or