Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Rotator > RadRotater item limitation?
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 RadRotater item limitation?

Feed from this thread
  • Matthew avatar

    Posted on Feb 1, 2011 (permalink)

    Ok, so we are currently utilizing a radrotater within our ajax page that shifts through movie titles (has thumbnail of the movie) and one just scrolls to the left or the right....the rotater is setup to show 4 items at a time.  It is databound through a datasource and when executing the SP that the source calls seperately...i see all my records.  But, if that record set is beyond 52 (13 sets of 4) ... the radrotator is done...doesn't show anymore items.  Is there a way to increase this limit?  And yes, we are not hard coding some weird max value anywhere in the code behind or in the SP returning.  This is most certainly within this control or something that i'm missing about the control.

    Thanks,

  • Tsvetie Tsvetie admin's avatar

    Posted on Feb 3, 2011 (permalink)

    Hi Matthew,
    I and not quite sure which version of the Telerik.Web.UI assembly you use, but I can recall that we had a problem with items, which result size sum exceeded 10000. The problem turned out to be actually in jQuery (http://bugs.jquery.com/ticket/7193) and we fixed it for Q3 2010 SP2. That is why, in case you are not using the latest version of the assembly, please test your page with it to see if the problem is already fixed. In case this tip does not help you, please open a new support ticket and send me a running test project, which I can use to debug the problem.

    Best wishes,
    Tsvetie
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Rotator > RadRotater item limitation?