Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Rotator > Is it possible to resize radrotator Dynamically??
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered Is it possible to resize radrotator Dynamically??

Feed from this thread
  • Posted on Jun 4, 2010 (permalink)

    Hi,
      I'm using radrotator to display the products. We need to resize the radrotator control based on the number of products. Is there anyway to resize the radrotator height and width dynamically.

    Thanks 
    Selva M

  • Fiko Fiko avatar

    Posted on Jun 9, 2010 (permalink)

    Hello Selva,

    By design RadRotator control's width and height can be set on the server only. In your case I recommend you to use the control's DataBound event and get its item's count. Then set the values to its Width and Height properties based on that value.

    Kind regards,
    Fiko
    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.

  • Posted on Jun 11, 2010 (permalink)

    Thanks for the reply....It worked.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Rotator > Is it possible to resize radrotator Dynamically??