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
I'd personally start out with setting the field-level validations to only validate when that row is currently marked as "being edited". That would be a lot easier than using validation groups, IMHO, since its behavior is a little flakey.