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>
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.