Accordion Component with and without sub-menu items

Hi,

I am probably missing something obvious here, but how do I add a links and submenus within an accordion? This is on a server side Razor app... Exactly as done on the Radzen example pages (on the left) - Blazor DataGrid commponent with code-less paging, sorting and filtering of IQueryable data sources

I've looked everywhere for an example but cannot find one.

Any help would be appreciated.

Many thanks,

James

Hi @jamesgjatkin,

The demo navigation uses the RadzenPanelMenu component which can have child items and links. The RadzenAccordion is for collapsible sections of custom content.

1 Like

Perfect, thank you :slight_smile: