This is a migrated thread and some comments may be shown as answers.

RadMaskedEditBox LostFocus event not fired

1 Answer 55 Views
MaskedEditBox
This is a migrated thread and some comments may be shown as answers.
Arun Kumar
Top achievements
Rank 2
Arun Kumar asked on 09 Aug 2011, 07:47 AM
Hi,

After upgrading to 2011 Q2 version RadMaskedEditBox LostFocus event is not fired. Was the event removed in Q2 release because it was working well with previous releases.

Thanks

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 11 Aug 2011, 11:54 AM
Hi Arun Kumar,

Thank you for contacting us.

We are aware of this issue and will do our best to fix it in one of our next releases.

As workaround for the time being you can subscribe for the LostFocus event of nested inside TextBox Control: 

this.radMaskedEditBox1.MaskedEditBoxElement.TextBoxItem.HostedControl.LostFocus += new EventHandler(TextBoxItem_LostFocus);

I hope this helps. Let me know if you have further questions.

Regards,
Peter
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
MaskedEditBox
Asked by
Arun Kumar
Top achievements
Rank 2
Answers by
Peter
Telerik team
Share this question
or