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

[Solved] Pagination template

1 Answer 114 Views
PaginationControl
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Cristovao
Top achievements
Rank 1
Cristovao asked on 28 May 2013, 02:58 PM
Hi!

I'd like to do something mixed

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

Sort by
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.
Tags
PaginationControl
Asked by
Cristovao
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or