Hi all,
I have a simple table with two columns which are drop down controls, say Column 1 and Column2. I need to populate column2 based on the selection of value from Column1 which is possible onSelect event of column1 drop down.
My Problem is: Say I select value ABC from Column1 and populated values BBB,CCC in column2 in row 1
And when I select DEF from Column 1 and populated values DDD, EEE in column2 of row 2.
Now when I go back to row 1 of column2, I have values DDD, EEE instead of BBB,CCC.
Hope you people understood the problem,
Thanks for your time and help in advance.
Thanks
Shiva