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

Sliders Limited to 10 Slides

1 Answer 55 Views
Slider
This is a migrated thread and some comments may be shown as answers.
WaldenGajo
Top achievements
Rank 2
Iron
WaldenGajo asked on 10 Sep 2010, 07:21 PM
Created a slider that has up to 25 slides.  The slider works up to 10 slides changing the slide content accordingly.  But after 10, the remaining slides will not show up.

Is this an issue with the slider settings or with slides itself?

HELP ASAP Please!!!

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 14 Sep 2010, 02:23 PM
Hello WaldenGajo,

 I already answered your support thread and for your convenience and for others who might need this information I pasted it below:

I am afraid I could not completely understand what exactly you mean by "My Radslider control is limited to 10 slides"   - do you mean ticks, or items, or slider instances or another thing?

If you want to have more ticks you should configure the slider according to this demo:

http://demos.telerik.com/aspnet-ajax/slider/examples/ticks/defaultcs.aspx

E.g, the following code will show 25 ticks:

Copy Code
<telerik:RadSlider ID="RadSlider1" runat="server" ItemType="Tick" LargeChange="10"
       MinimumValue="0" MaximumValue="250" Width="1500" TrackPosition="TopLeft">
   </telerik:RadSlider>

If you meant items, you should simply add the desired number of items in the Items collection.

As to slider instances, there is no limitation of their number on a sample page.

I hope that my reply is helpful, in case you need further assistance, please provide more detailed explanations, sample code and a screenshot with the very same code with the problem clearly marked and I will do my best to help.

Greetings,
Svetlina
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
Tags
Slider
Asked by
WaldenGajo
Top achievements
Rank 2
Iron
Answers by
Svetlina Anati
Telerik team
Share this question
or