Hello,
We managed to reproduce this behavior and it is expected in RadTabControl. In the RadTabControl's logic we have re-insured, that in a "property bound to SelectedIndex" 'setter re-setting this property is not allowed. However, this could be workarounded, for example like so (really bad workaround):
However, we suggest you use the PreviewSelectionChanged event or another MVVM approach - you can bind the IsEnabled of the RadTabItem to the CyrrentItem property of that is bound to the Currentitem of the GridView like so:
You can find the last approach realized in the attached solution.
Kind regards,
Petar Mladenov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>