Hello Team,
Alternating rows in radzen datagrid are not distinguished in all premium themes by default as seen here
Material
But other themes display properly
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 !