RadzenPanelMenuItem @bind-Selected error

Hello, it is possible use @bind-Selected property in RadzenPanelMenuItem. When i try use @bind i get error in visualstudio.

Hi @Jan_Mucha,

This isn't supported. The Selected property does not support two-way data-binding.

Can you help me pleas with my problem? I have page for example Customers with list of customers. Then i have customer detail page. When I go to this page, i need keep selected menu item Customers. It is possible to do that? Thans a lot!

The RadzePanelMenu tracks the current URL and selects the corresponding item automatically. You cannot override that at the moment.

Thank You. This component is unusable form me now unfortunately. It is possible that in the near future you add support to custom select item or something what will be support keep selected item when Im on different pages?