Hello,
My radzen web app is currently on version 4.30.3 and I would like to upgrade to latest (5.5.5) for the cool new features. When upgrading the nuget package all seems good except for the styling for pager not working as expected.
Component :
<RadzenDataList WrapItems="true"
AllowPaging="true"
Data="@IntegrationInterfaces"
TItem="IntegrationInterface"
Count="@IntegrationInterfaces.Count()"
PageSize="15"
PagerAlwaysVisible="true"
PagerPosition="PagerPosition.Bottom"
PageSizeOptions="@(new[] { 5, 10, 15, 30 })">
Rendered component before upgrade :
Rendered component after upgrade :
I'm wondering if i need to update my styling references (bootstrap) or if there is another dependency that also needs updating.
Please let me know any additional information I can provide.
Thanks!