instead of having the dots .... have the text --detail 1-- --detail 2-- --detail 3-- ...
It's almost like the thumbnails but with labels .... getting the index + a text..
Is this possible?
1 Answer, 1 is accepted
0
Todor
Telerik team
answered on 30 May 2013, 02:29 PM
Hello Cristovao,
Thank you for your question.
We don't provide such a template and there is no way to directly get the index of the selected item. However you can achieve this behavior by using a custom converter that converts an item from the ItemsSource of the slide view to the desired text. Then you can add a TextBlock to the ItemTemplate (and CurrentItemTemplate) of RadPaginationControl and bind its Text property to RadSlideView's SelectedItem by using the converter.
I hope this information helps. Let me know if you need additional assistance.
Regards,
Todor
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.