Alternating rows color

Hello Team,
Alternating rows in radzen datagrid are not distinguished in all premium themes by default as seen here
Material
image

But other themes display properly

image

I could update the css file to have an alternating row color

.rz-datatable-even > td {
    background-color: rgb(186 184 200 / 0.05);
}

Can the themes be updated by default?
Thanks !

Hi @Vinod_Pillai,

Material design does not include styling for alternating rows by default. This is why it is not present in Radzen themes by default.