validations: if( a!forEach( items: ri!grid, expression: count( fv!item['test}iscorrect'] ) > 1 ), "Only one fav can be selected", null ),
Hello All,
I have an editable grid with multiple rows.
I have fav button on each row. I need to validate only one fav is allowed per user. How can I achieve this pls.
Here validation is not working. All my grid data is coming from ri and saving back to ri.
Discussion posts and replies are publicly visible
Add the saveInto in a local variable which would validate if it is null then the button will be disabled. If not they can use the button. Please share the code snippet for an accurate answer.
Thank you . But my requirement is to validate in editable gridlayout in validation section. My code snippet pasted.