Hi All,
I have editable grid in my UI, I have validations in the rows. i gave edit button and save button on each row to edit and save the particular row.
but when i click on save button, it is validating the entire grid rows not only that particular row.
Can you please help how to validate only that particular row when we save it.
Thanks in advance.
SS for reference.
Discussion posts and replies are publicly visible
Use two validation groups:Row fields + that row’s Save button: validationGroup: row- & tostring(fv!index) so only that row validates.All editable fields (or grid-level validations) + Submit button for Edit All: validationGroup: ALL_ROWS so the whole grid validates only on final submit