I have added a Radzen Tab to a Blazor Server project. Clicking on the tabs 2 and 3 does not switch the tabs
But when running the app it works. Is this a known issue ?
I have added a Radzen Tab to a Blazor Server project. Clicking on the tabs 2 and 3 does not switch the tabs
But when running the app it works. Is this a known issue ?
Hi @vyshak_v,
No component is interactive in design mode so this is expected. To change the current tab set the SelectedIndex property of RadzenTabs.
Thanks for the clarification.