I have an editable grid where I can validate if the grid contains any duplicates. I m able to write the validate message but I need to get the index or highlight the row where duplicates actually exists.
Discussion posts and replies are publicly visible
For highlighting, you can use the Validation parameter of input field, or display an icon using richText, depending on the column content of your grid.
To identify the index of duplicate values, you can use the wherecontains() function.
wherecontains()