I want to customize the Pager, but from what I can see I will have to build the whole pager. I only wan to update the Pager info from "1 - 50 of 55 items" to just "55 items".
Is that posslbe?
1 Answer, 1 is accepted
1
Accepted
Vessy
Telerik team
answered on 16 Oct 2023, 02:41 PM
| edited on 16 Oct 2023, 02:41 PM
Hi, Ewald,
You can replace the pager info string with the desired one by localizing its default `pager.info` message:
4. Surround the KendoGrid component with the LocalizationProvider component. Since I use i18next with browser language detection, I used their resolvedLanguage.
The detailed information regarding the Globalization feature of all components can be found here (use the tree on the left to navigate through the nested sections):