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
Well ... not much detail to work with ... the lookup() function can return the index of a value in an array.