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

Listview Pagination universal app

2 Answers 53 Views
UI for Universal Windows Apps
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Imen
Top achievements
Rank 1
Imen asked on 23 Dec 2015, 01:51 PM

Hi,

I am trying to create a pagination control to my Listview like in the image below

I have used the Telerik pagination control like this:

 <ListView x:Name="listme" >
                        <ListView.ItemTemplate >
                           .....
                        </ListView.ItemTemplate>
                    </ListView>
 <telerik:RadPaginationControl x:Name="pagination"  Height="75" Margin="300"  PageProvider="{Binding ElementName=listme}"/>

 but I didn't get any pagination

thanks for help,and to correct my code

 

 

 

 

 

2 Answers, 1 is accepted

Sort by
0
Tsvyatko
Telerik team
answered on 28 Dec 2015, 08:42 AM
Hello Imen,

RadPaginationControl is capable of navigation within the items of collection. It is best suited for controls that can display one item (page) at a time like FlipView. From the information sent you are looking for a control that can split a collection and display it on several pages - a Pager control.

Currently, we do not offer a pager control. If you are looking for an option to delay the loading of the data set I could suggest looking into incremental loading options of the listview - http://docs.telerik.com/windows-universal/controls/radlistview/features/listview-data-virtualization


Regards,
Tsvyatko
Telerik
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 Feedback Portal and vote to affect the priority of the items
0
Imen
Top achievements
Rank 1
answered on 14 Jan 2016, 09:48 AM
thanks Tsvyatko for your reply
Tags
UI for Universal Windows Apps
Asked by
Imen
Top achievements
Rank 1
Answers by
Tsvyatko
Telerik team
Imen
Top achievements
Rank 1
Share this question
or