I have a two table in my application. Left table is like a list. Clicking on left table will open a right table, which containing the values based which field I click on left table.
Now the problem is that if I edit a cell in right table and not pressing the Enter key and clicked to the new item in left table,the particular cell in editable mode in all the table. Also the value of the cell going to all the tables.
How can I fixed that problem?