Remove striped style

Hello, how i can remove the striped style from RadzenGrid? Is there a easy way to do it without overriding the css.

Thanks in advance.

Ps: im using Blazor Server Side - Net 6

Hi @GodzSky,

RadzenGrid is our old legacy grid and to achieve this you can restyle rz-datatable-even/rz-datatable-odd in your app to remove alternating styling. For RadzenDataGrid we've added new property AllowAlternatingRows that will be part of our upcoming release tomorrow.

2 Likes