Resize Telerik RadRotator

Posted by Community Admin on 04-Aug-2018 18:56

Resize Telerik RadRotator

All Replies

Posted by Community Admin on 09-May-2013 00:00

I have used the RadRotator in my Sitefinity website. It displays news items from the backend. I have set an initial width when created the RadRotator. But it does not work well on all screen sizes. I need to resize the RadRotator depending upon the screen/browser size.
Please help me with it.

Posted by Community Admin on 14-May-2013 00:00

Hello,

You can do this by getting the screen resolution with javascript and passing the height and width to hidden input controls on the page. Then getting the values of those controls from code-behind and checking them, so you can apply the appropriate height and width. Check out this thread for suggestions.

Another suitable solution would be to directly get the screen size on the server-side. You can take a look at the following suggestion.

Greetings,
Pavel Benov
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed