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

Calculation in Radgrid

1 Answer 55 Views
Grid
This is a migrated thread and some comments may be shown as answers.
shivesh
Top achievements
Rank 1
shivesh asked on 03 Nov 2010, 10:54 AM
hi,
I am using ontextchange for rednumerictextbox  inside radgrid while i want to create new row after ontextchange event it is possible.
here problem is that when cursor leave this textbox on same time this event not fire cursor move to next button and then press ok then
this event working why???

Thanks

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 08 Nov 2010, 04:42 PM
Hi Shivesh,

As our documentation says: the OnValueChanged client-side event handler of RadInput controls is called when the user changes the value of the input control. The event occurs immediately after the control loses focus and its value has been updated.

You may prefer to use the OnMouseOut client-side event in order to perform the needed logic.

Regards,
Tsvetina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
shivesh
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or