This question is locked. New answers and comments are not allowed.
Hello,
Is it possible to implement custom client side validations in a grid?
example:
I would like to have a numeric field that is only correct if the value is divisible by 5 or minimum value is 1, and if not the grid would show the error and not let the user continue.
Thank you very much
Edit: btw I am not asking how to check if the number is disvisible by 5 :)
Is it possible to implement custom client side validations in a grid?
example:
I would like to have a numeric field that is only correct if the value is divisible by 5 or minimum value is 1, and if not the grid would show the error and not let the user continue.
Thank you very much
Edit: btw I am not asking how to check if the number is disvisible by 5 :)