DataGrid paging settings

Hello Radzen Dev Team!
It is possible to change the max paging count? By default, its 5.
I want to change to 3 or 2..
Also, how to stylize paginator, for example, make it smaller?

Hi @Ivan,

You can use PageNumbersCount property to change that. I've just saw that this is not exposed in the Radzen property grid - it will be added in the next update. In the meantime you can set it as attribute like this:


Here are also the CSS classes used in the pager:

you can set desired custom settings in server\wwwroot\assets\css\styles.css

1 Like

Thanks a lot! You are a wonderful team!