We had a older version of Radzen 3.18.15 which has been updated to new version 4.19 and after that our existing page is not loading the RadzenDataGrid in correct format.
Older Version screenshot.
After upgrading the version.
is there any specific property needs to be added in the below RadzenDataGrid component
can you please guide us on how to check that. FYI: This issue is not happening with RadzenGrid and its working as expected. Issue is with only RadzenDataGrid*?
I think you may be using a custom or customized theme but can't tell just by looking at a screenshot. If you have a professional subscription you can contact us at info@radzen.com and we can check your application.
I figured out issue and its related to .rz-datatable-odd and .rz-datatable-even which were used in the previous radzendatagrid and in new its not supported. We have added the below two lines in our CSS
.rz-grid-table-striped tbody > tr:not(.rz-expanded-row-content):nth-child(even) > td {
background-color: #181C21;
}