hi dear PHPRunner community,
how is it possible to apply addValidation for specific fields on Inline Edit/Spreadsheet page? I need this for dynamic configuration of requirements of the shown table content.
I tried this in the JS Onload event:
var field = Runner.getControl(pageid, 'specific_field');
field.addValidation("IsRequired");
this works in Add and Edit page, but not in Spreadsheet
regards,
Helmut