RadzenTabs SelectedIndex

Anyone succeed with setting the selected tab index? The SelectedIndex property has no effect as far I can see.

Thanks for the report! It will be fixed in the next update.

Hi,

I am finding there are still problems with the SelectedIndex of the RadzenTabs control.

When I bind a property in my code to the SelectedIndex or attach a method to the SelectedIndexChanged property it causes an endless loop when loading the page.

I'm having a similar question. I have a tabs control with 4 tabs.
And I need to 'open' the first tab when some other action is done.
I tried this:
// Open first tab:
RadzenTabs0.SelectedIndex = 0;

but nothing happens. What would be the correct workflow?

Seems this is still bugged?