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

Pagination for listbox items / wrappanel

5 Answers 163 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.
Delilah
Top achievements
Rank 1
Delilah asked on 28 Feb 2013, 02:11 AM
Is it possible to use the pagination control for listbox items...
For example.. something looks like the following:
[][][][]
[][][][]
[][][][]
< --- >

5 Answers, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 01 Mar 2013, 03:04 PM
Hi Delilah,

Thank you for your question.

RadPaginationControl can be used with controls which implement the IPageProvider interface. RadSlideView implements this interface and this is why you can easily use these two controls together. If you want to use our pagination control for different purposes, you can create your own control (which can inherit from RadDataBoundListBox, for example) and implement the IPageProvider interface.

I hope this information helps. Let me know if you need additional assistance.

Kind regards,
Todor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Delilah
Top achievements
Rank 1
answered on 01 Mar 2013, 03:46 PM
Would it be possible to get a full example of how this would work?
0
Todor
Telerik team
answered on 05 Mar 2013, 02:56 PM
Hello Delilah,

I have attached an example with inheriting RadDataBoundListBox in order to use it with RadPaginationControl.

Regards,
Todor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Delilah
Top achievements
Rank 1
answered on 06 Mar 2013, 05:23 AM
Wow this is a great example. However, I am using the listBox Control.
0
Todor
Telerik team
answered on 06 Mar 2013, 08:06 AM
Hi Delilah,

You can easily replace the ListBox control with our RadDataBoundListBox in your project and most probably improve your performance. In case you don't want to integrate it, let us know if you experience any difficulties while applying the same approach from the example to the ListBox control that you want to use.

Greetings,
Todor
the Telerik team
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
Delilah
Top achievements
Rank 1
Answers by
Todor
Telerik team
Delilah
Top achievements
Rank 1
Share this question
or