AllowAlternatingRows

I put in my datagrid definition AllowAlternatingRows="true" but nothing changed. Do I need something else (eg. some CSS) to make it work?
I am using Fluent theme.

Not all themes have rows alternation by design - @yordanov can add more on this topic.

Hi @Djordje,

That looks like a glitch in the Fluent theme. You can use the following CSS until we fix it:

<style>
    :root {
        --rz-grid-stripe-odd-background-color: var(--rz-base-50);
    }
</style>