In GridPagerSettings we can configure if show pages as Button OR with an input box.
In Angular version of Telerik UI il allowed to show pages as Button AND with an input box.
Who to allow this in Blazor UI?
Thanks
1 Answer, 1 is accepted
0
Hristian Stefanov
Telerik team
answered on 06 Sep 2023, 09:02 AM
Hi Claudio,
I confirm that having two pagers with different input types is entirely achievable in Blazor. You can accomplish this by using our standalone TelerikPager component, which can be easily integrated into the Grid's toolbar.
In order to provide a practical example of this approach, I've prepared a demonstration within this REPL link for you. Please run and test it to determine if the result meets your specific requirements.