Search text in cdt

 Hi,

I have a cdt which is having more than 100 rows with 12 columns. I want to create one validation on submit button where i want to check duplicacy of each column value respective to all column values.

Like           Column

         A B C D E F G H I J K

Row1   1 2 3 4 5 6 7 8 9 10

Row2   11 12 13 14 16 17 18

Row3  19 20 21 22 23 24 25

My cdt is like above data. If i add new row than value of each column should be unique to all columns .

 

Kindly share any optimize solution which i can use on submit button .

  Discussion posts and replies are publicly visible