Is it possible in a interactive grid to check a textbox for numeric if lost focus?
At the moment this check is carried out with the validation process (is_numeric) when saving, but the user would like to carry out the check immediately when leaving the field.
Can I use Javascript here and what should it look like?
Kindly regards
Klaus