I have an interactive grid where on click of a button , I insert rows into the table of the interactive grid. Now when I edit for few columns of the grid - (These columns are of type Popup LOV), the values get inserted into other columns as well.
For eg : If the table has columns Qty, Item, name1 , name2 and there are 2 rows in the table where only qty and item are filled and name1 and name 2 are null.
If I edit name1 which is a Popup LOV, the same value is displayed into name2.
Please help!