Radzen Tab Design View - Unable to change tabs

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.

1 Like

Thanks for the clarification.