Hi.
when I place a RadNumericUpDown inside a RadBusyIndicator, the NumericUpDown looks disabled until I move the mouse cursor over it.
I tested this with a minimal example:
When you start the example, the RadNumericUpDown is grayed out, but isn't disabled.
We are using Telerik WPF-Controls 2012.1.215.40. Is there a fix for this issue?
Best regards,
Jörg.
when I place a RadNumericUpDown inside a RadBusyIndicator, the NumericUpDown looks disabled until I move the mouse cursor over it.
I tested this with a minimal example:
<Window x:Class="WpfApplication1.MainWindow" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" Title="MainWindow" Height="100" Width="100"> <telerik:RadBusyIndicator> <telerik:RadNumericUpDown /> </telerik:RadBusyIndicator></Window>When you start the example, the RadNumericUpDown is grayed out, but isn't disabled.
We are using Telerik WPF-Controls 2012.1.215.40. Is there a fix for this issue?
Best regards,
Jörg.
