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

Adding onclientblur event on numerictextbox

1 Answer 67 Views
Input
This is a migrated thread and some comments may be shown as answers.
AereoN
Top achievements
Rank 1
AereoN asked on 14 Dec 2009, 10:43 AM
I don't see any option for me to add client events on numerictextbox.
Am i missing something since I dont see the option in the intellisense?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 14 Dec 2009, 11:25 AM
Hello AereoN,

You can attach the client events as shown below inside ClientEvents tags in RadNumericTextBox declaration.

ASPX:
 
    <telerik:RadNumericTextBox ID="RadNumericTextBox2" runat="server" ShowSpinButtons="true"
        <ClientEvents OnKeyPress="OnKeyPress"  OnMoveDown="OnMoveDown" /> 
    </telerik:RadNumericTextBox> 

Also checkout the following documentation: Client-Side Events



-Shinu.
Tags
Input
Asked by
AereoN
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or