Hi,
When a record is saved in an Editable List, the record is saved but was adding a new row automatically. (list view with edit multiple rows)
I use a Rule which says "Cancel the changes made to the row on the editable list" to cancel out this new row, but now the row is not selected.
But then my problem is that if the user clicks save again, my validation rules say the fields are empty (because no row is selected)
How can i use rules to select the last row after my "cancel the changes action" in an editable list?
Is it possible with jquery to select a row?
Thanks