In My scenario,
There is one page contains a data grid. Once I click on the item in the data grid the detail page opens. In detail page there is one drop down box (lets say department). The selected data row contains department value, the drop down needs to select the department for the data row.
I cant set the data in dropdown from the selected data row.