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

RadDataPager does not show page numbers

2 Answers 120 Views
DataPager
This is a migrated thread and some comments may be shown as answers.
OLB
Top achievements
Rank 1
OLB asked on 07 Nov 2013, 08:56 AM
Hello,

i'm using RadDataPager with RadGridView and the RadDataPager does not show page numbers (see attached screenshot).

Here is my code:

<telerik:RadDataPager Grid.Column="0"
                              Grid.Row="0"
                              AutoEllipsisMode="Both"
                              BorderThickness="0"
                              DisplayMode="FirstLastPreviousNextNumeric"
                              FontSize="12"
                              IsTotalItemCountFixed="True"
                              NumericButtonCount="10"
                              PageSize="10"
                              Source="{Binding Items, ElementName=NotesControl}" />
<telerik:RadGridView x:Name="NotesControl"
                             Grid.ColumnSpan="2"
                             Grid.Row="1"
                             AutoGenerateColumns="False"
                             CanUserSortColumns="False"
                             IsReadOnly="True"
                             RowDetailsVisibilityMode="VisibleWhenSelected"
                             ShowGroupPanel="False"
                             IsBusy="{Binding IsBusy}"
                             ItemsSource="{Binding NoteItems}">


I'm not using any custom styles for the RadDatapager. This Problem only occurs if i'm using Windows8Theme. If i change the application theme to Windows7Theme the page numbers are displayed. Can you tell me why they are not displayed on Windows8Theme?

Kind regard,
Raphael

2 Answers, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 07 Nov 2013, 09:08 AM
Hello Raphael,

 

Thank you for reporting this! 
Indeed we had a problem related to RadDataPager in Windows8 theme, that was fixed. 
As a kind of workaround depending on the current version of your controls you may use implicit styles where the same behavior is not reproducible.  
Hope this helps! 


Regards,
Vanya Pavlova
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
OLB
Top achievements
Rank 1
answered on 11 Nov 2013, 02:12 PM
Hello Vanya,

I upgraded the Telerik controls to the newest version and RadDataPager is now showing page numbers.
Thank you for your help!

Regards,
Raphael
Tags
DataPager
Asked by
OLB
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
OLB
Top achievements
Rank 1
Share this question
or