I have a radtilelist with raddatapager when i click on paging of raddatapager then screen flicker occurs in firefox browser of all android devices please help me its urgent...
Most likely, it simply takes more time to redraw the page when you page. This can be due to, for example, a slower device or the general browser performance. Also, full postbacks are more likely to show a flicker while the browser receives content and renders it, so I can suggest you use AJAX when paging.
Regards,
Marin Bratanov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
Thanks Marin for your reply, i have used ajax. The problem is with RadTileList PeekTemplate animation settings where i used slide animation setting, but I think this is not supported in firefox mobile browser so please can u tell me how to resolved this issue because we need to implement slide animation of peektemplate settings.