Won't Fix
Last Updated: 12 May 2020 08:22 by Hans
Tab selection does not work in the VS designer when switching between different views.
Won't Fix
Last Updated: 06 Mar 2020 10:49 by ADMIN
If you define two UserControls in a project and you add two RadTabControls - one RadTabControl per UserControl, then in design-time you can only change the selection of one of the tab components.
Won't Fix
Last Updated: 29 Mar 2017 14:06 by ADMIN
Exceptions are occuring on ALL bindings, not just with RelativeSource

Command="{Binding AddCommand}"

will also raise an exception.
Won't Fix
Last Updated: 23 Jan 2017 12:23 by ADMIN
When the SelectedIndex property is read during animation the CLR wrapper will throw InvalidCastException because of invalid cast to int. The object returned from GetValue is DeferredReference object.