My code
protected void Event(object sender, EventArgs e) |
{ |
TopTabMenu.Tabs[1].Enabled = true; |
} |
So the general idea is to enable a tab on some event (or condition).
According to http://www.telerik.com/help/aspnet-ajax/tab_tabsserverside.html
it should work, but nonetheless the tab is still disabled after this code is performed.
Can you help me?