Hi All,
Can we add client script to validate field when user input the value thru inline editing ?
or is there any other way to do validation on inline editing?
a
alien4u
03/28/2024, 11:46 AM
No, inline editing would not trigger Client Scripts, all you can do is to validate those with an UserEvent Script and it is tricky. Only the modify value would be present in the XEDIT event triggered by the inline edit.
d
dennysutanto
03/28/2024, 12:36 PM
so i throw error in userevent if the input is not valid ?