Hello,
I am using a masked edit control on my form, and would like to tie in some keyboard handling code to allow my userbase to operate the software without using a mouse. However if I connect an event handler to the KeyDown/Up events my code is never executed.
My masked text box has a very simple mask of "######" and is in standard mode. Just to make sure it was not me missing something, I placed a standard Winforms masked text box onto my form by the side of the Telerik control and this behaved as expected and fired the KeyUp/Down events.
I am using VS2008 SP1 and my project is set to use .Net V3.5.
Anyone got any ideas, I can not see any properties that need to be set in order to enable these events. Its causing me a lot of trouble, as I will need to use quite a few of these controls to get my application completed.
Best Regards,
Karl Hunsley
I am using a masked edit control on my form, and would like to tie in some keyboard handling code to allow my userbase to operate the software without using a mouse. However if I connect an event handler to the KeyDown/Up events my code is never executed.
My masked text box has a very simple mask of "######" and is in standard mode. Just to make sure it was not me missing something, I placed a standard Winforms masked text box onto my form by the side of the Telerik control and this behaved as expected and fired the KeyUp/Down events.
I am using VS2008 SP1 and my project is set to use .Net V3.5.
Anyone got any ideas, I can not see any properties that need to be set in order to enable these events. Its causing me a lot of trouble, as I will need to use quite a few of these controls to get my application completed.
Best Regards,
Karl Hunsley