This question is locked. New answers and comments are not allowed.
Hello,
Please check the code below:
When the RadWindow is shown, there is no problem at all, but when the RadWindow is shown with the Silverlight element in fullscreen mode, I am unable to type any text into the MaskedTextBox. This problem also occurs when a regular Silverlight TextBox is used.
Showing the RadWindow using the Show() or ShowDialog() method does not affect the problem.
Is this a bug or am I missing something?
Thanks,
Danny
P.s. I am using Telerik Silverlight controls version 2010 Q2 (2010.2 714)
Please check the code below:
<telerik:RadWindow Width="300" Height="300" Name="win"> <telerik:RadFrameContainer> <telerik:RadMaskedTextBox Name="txtTest" Width="125" Height="20" /> </telerik:RadFrameContainer> </telerik:RadWindow>When the RadWindow is shown, there is no problem at all, but when the RadWindow is shown with the Silverlight element in fullscreen mode, I am unable to type any text into the MaskedTextBox. This problem also occurs when a regular Silverlight TextBox is used.
Showing the RadWindow using the Show() or ShowDialog() method does not affect the problem.
Is this a bug or am I missing something?
Thanks,
Danny
P.s. I am using Telerik Silverlight controls version 2010 Q2 (2010.2 714)