Hello Noha,
You could override the _onTextBoxBlurHandler handler, removing the check if the last value is different from the new one. Place this code in <script> tag in your page just after the declaration of your ScriptManager, or above the first RadNumericTextBox in your page:
Then handle the
OnValueChanging event, instead of
OnValueChanged one.
All the best,
Vasil
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.