In the older versions of Radzen.Blazor the rows of the RadzenDataGrids were separated by two classes :
rz-datatable-even
rz-datatable-odd
These two allowed me to do specific styling every other column like that :
After updated the blazor to the last version stable (v. 4.1.15) I see that now all rows have only the "rz-data-row" class. How can I now apply a specific styling in every other column like before ?
The easiest way would be to set the --rz-grid-stripe-background-color CSS variable to the desired alternating row color. If you want to do that for all DataGrids you can use