RadzenDatagrid pagination display issue in IIS server

Hi All,

I deployed my blazor server app in IIS server. However, I noticed that the pagination buttons are not displaying and only page numbers are displaying. Can anyone help me resolving this issue.

Thanks and Best Regards,

ChrisG

Hi @spiderwaui,

For some reason CSS is not loaded. You can use the browser's devtools to inspect and see why. Also, make sure you've properly set the theme - see Get Started.

Hi yordanov,

Thanks for the quick turnaround. I followed the instruction you've provided. However, theme "material" in code app.razor has no effect on the page? it there any extra steps i need to do make the theme work?

Thanks and Regards,

Maybe this could help:

If files are properly loaded and everything else is styled except paging numbers and buttons, it might be a browser caching issue - try with clearing your cache.

Hi,

Thanks for your reply. I have resolved the issue by moving the radzen css to wwwroot css folder and the its now working.