I have a RadGrid which has a RadNumericTextBox in each row. What I am looking for is a way to show an alert if a user changes the value in the TextBox. What would be in your opinion the best way to accomplish this?
One suggestion to achieve this scenario is by attaching onfocus and onblur handlers for RadNumericTextBox and check the value inside the client side function to show alert if the value differs.