Radzen Panel Menu Rows

Hi,

I would like ton know if it's possible to get a Panel Menu with alternative rows like in a DataGrid.

Regards,

Hi,
OK, thanks but i still have a trouble with RadzenPanelMenuItem. Look :
image
In fact, it seems that a div make that :
image
If i remove the rz-navigation-item-wrapper class int the div, it works :
image
Any suggestion ?

Just remove the background of that class:

.rz-navigation-item-wrapper {
    background: transparent !important;
}

Perfect. Thanks for your support.