This question is locked. New answers and comments are not allowed.
Hi there,
I have an RadMaskedNumericInput placed within an RadWindow. I would like for the RadMaskedNumericInput to gain focus when the RadWindow is loaded. In the Loaded event I am setting the focus to the RadMaskedNumericInput. This doesn't work out. I tried a simple control.SetFocus(), or Dispatcher.BeginInvoke(() => BaumNummer.Focus()); I set the focus to the RadWindow, but still no luck.
Thank you for your help on this issue.
I have an RadMaskedNumericInput placed within an RadWindow. I would like for the RadMaskedNumericInput to gain focus when the RadWindow is loaded. In the Loaded event I am setting the focus to the RadMaskedNumericInput. This doesn't work out. I tried a simple control.SetFocus(), or Dispatcher.BeginInvoke(() => BaumNummer.Focus()); I set the focus to the RadWindow, but still no luck.
Thank you for your help on this issue.