Hi,
I would like ton know if it's possible to get a Panel Menu with alternative rows like in a DataGrid.
Regards,
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 :
In fact, it seems that a div make that :
If i remove the rz-navigation-item-wrapper class int the div, it works :
Any suggestion ?
Just remove the background of that class:
.rz-navigation-item-wrapper {
background: transparent !important;
}
Perfect. Thanks for your support.