We have a column which is type numeric. I want to make the value as 0 if any characters entered in the cell on next click or enter. Could you please suggest on the same.
Restricting characters in a numeric type cell in handson
Thank you for contacting us. This would require to create a custom editor, renderer and validator, which would check for the input value that is non-numeric, and change the output to 0. We don’t have any examples showing such implementation, but here you can find the guides on how to create custom editor, renderer and validator: