This question is locked. New answers and comments are not allowed.
Hello!
Some days ago I installed the newest version of Silverlight controls and afterwards I changed my TabControl (Microsoft-SDK) to a RadTabControl.
My situation is now the following:
I use the RadTabControl for changing between my overview (RadGridView) and the details of the selected data item. I have now a bounded variable for the property "SelectedIndex" of the RadTabControl. If this index changes from 0 to 1, I check in the setter of the binding variable, if the SelectedDataItem is null or not. If it is null then I set my binding variable again to 0.
My problem is now that I can set the binding variable to 0, but it is not done / not shown ... I am still on the detail page.
Is this a bug or is there a difference between the normal TabControl and the RadTabControl?
best Regards,
Richard Koslik
Some days ago I installed the newest version of Silverlight controls and afterwards I changed my TabControl (Microsoft-SDK) to a RadTabControl.
My situation is now the following:
I use the RadTabControl for changing between my overview (RadGridView) and the details of the selected data item. I have now a bounded variable for the property "SelectedIndex" of the RadTabControl. If this index changes from 0 to 1, I check in the setter of the binding variable, if the SelectedDataItem is null or not. If it is null then I set my binding variable again to 0.
My problem is now that I can set the binding variable to 0, but it is not done / not shown ... I am still on the detail page.
Is this a bug or is there a difference between the normal TabControl and the RadTabControl?
best Regards,
Richard Koslik