Completed
Last Updated: 11 Feb 2014 16:16 by ADMIN
ADMIN
Dimitar
Created on: 23 Jul 2013 04:36
Category: Editors
Type: Bug Report
0
FIX. RadMaskedEditBox - PreviewKeydown event not fired.
To reproduce:
-wire to the PreviewKeyDown event like this:
radMaskedEditBox1.PreviewKeyDown += radMaskedEditBox1_PreviewKeyDown

Workaround:
-wire to the TextBoxItem PreviewKeyDown:
radMaskedEditBox1.MaskedEditBoxElement.TextBoxItem.PreviewKeyDown += TextBoxItem_PreviewKeyDown;
0 comments