This question is locked. New answers and comments are not allowed.
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
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