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

[Solved] NumericTextBox's OnChange won't fire from inside a batch-edit grid

0 Answers 65 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
ben
Top achievements
Rank 1
ben asked on 15 Sep 2011, 12:10 PM
Hello there,

I have a page with a Telerik grid control with the InCell edit mode enabled.  One of the column is tied to the Number.cshtml usercontrol, which has the NumericTextbox control inside.  I modified the Number.cshtml slightly to hook up the client OnChange event hoping to intercept the user input and manipulate it the way i want.  The issue I have with this setup is that the OnChange won't fire.  Normally users would exit the edited cell by clicking on some other area on the page but doing so won't trigger the OnChange.  The only way to trigger the OnChange is to "tab" out of the NumericTextBox and I don't think a lot of people do that.

FYI, the version of I'm using is 2011.2.725.


Any help is appreciated.

Regards,

Ben
Tags
NumericTextBox
Asked by
ben
Top achievements
Rank 1
Share this question
or