[Solved] TelerikPager is not showing Total Page count in Blazor for WPF application

0 Answers 10 Views
DataPager
Vikas
Top achievements
Rank 1
Vikas asked on 01 Apr 2026, 12:16 PM

I am using TelerikPager with latest version of required nuget package. Setting all required properties like PageSize, Total, ButtonCount, Page, PageChanged. 

On WPF UI, It is showing all pages along with next & previous button but it not showing total page count like "1 - 8 of 24".  Need suggestion or help to resolve this issue.

                <TelerikPager PageSize=""
                              Total=""
                              ButtonCount=""
                              Page=""
                              PageChanged=""
                              ShowInfo="true"></TelerikPager>

Stenly
Telerik team
commented on 03 Apr 2026, 09:59 AM

Hello Vikas,

I am not sure that I fully understand this question, so, would it be possible to share a bit more information on it? More specifically, about your setup, and the reported behavior?

On a side note, the Telerik UI for WPF does not have a TelerikPager control (which is the case in the Telerik UI for Blazor), but a RadDataPager control. More information on it, as well as how to set it up, can be found in the following article:

WPF RadDataPager Getting Started - Telerik UI for WPF

Nevertheless, I will be awaiting your reply, in order to assist you furher on this matter.

No answers yet. Maybe you can help?

Tags
DataPager
Asked by
Vikas
Top achievements
Rank 1
Share this question
or