Idea Summary
Client side identification of duplicate entries into a Interactive Grid column. A Javascript solution to a user entering duplicate data into a column with a unique index, with a nice indication of which rows have duplicated data.
Use Case
You would not have to incrementally save to get a duplicates exist Oracle error. You also would not loose all your entered data. And you cannot sort to find the duplicates, because it requires you to save to do so.
Preferred Solution (Optional)