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

TextBoxBlurHandler not available?

1 Answer 36 Views
Input
This is a migrated thread and some comments may be shown as answers.
Us
Top achievements
Rank 1
Us asked on 27 Oct 2011, 05:15 PM
We are migrating to 2011 version from 2009 version and in 2009 version we are using TexBoxBlurHandler in Javascript to apply some rules in blur event , in 2011 it seems not available .. we are getting error. does anyone know is there any equivalent for TextBoxBlurHandler in 2011 Input control?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 28 Oct 2011, 05:01 AM
Hello,

You can attach the Client event OnBlur  as shown below.

aspx:
<telerik:RadTextBox ID="RadTextBox1" runat="server">
        <ClientEvents OnBlur="OnBlur" />
</telerik:RadTextBox>

Thanks,
Shinu.
Tags
Input
Asked by
Us
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or