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

Minimum Number of items?

1 Answer 47 Views
LoopingList
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mohab
Top achievements
Rank 1
Mohab asked on 11 Nov 2013, 01:06 PM
How Can I change Minimum number of item in RadLoopingList as when I set to 2 or lower number it automatically adds first item item again so it call GetItemCore(int index) and passing 0 one more time to make it at least contain three I don't want this behavior what can I Do? 

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 12 Nov 2013, 11:26 AM
Hi Mohab,

Thanks for writing and for your question.

The general function of RadLoopingList is to loop the items from the source in an endless fashion. You can easily change this behavior by setting the IsLoopingEnabled property to false.

I hope this helps.

Regards,
Deyan
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
LoopingList
Asked by
Mohab
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or