I have a UserControl which contains numerous other controls including a RadMenu. Part of the functionality of this UserControl is to launch a modal window, I perform this by setting the UserControl:IsEnabled property to false. All the contained controls are disabled which is the desired behaviour. However, when I reset the container's IsEnabled property to true, the menu items remain disabled whereas all the other controls are active again.
I noticed that the IsEnabledChanged event is not triggered on the reactivation of the the container.
Any help would be greatly appreciated.
I noticed that the IsEnabledChanged event is not triggered on the reactivation of the the container.
Any help would be greatly appreciated.