Question
Genpact
IN
Last activity: 27 Sep 2017 11:37 EDT
Dropdown in a grid control(SAP)
Hi All,
I am trying to write data to a table in SAP and one of the columns of table is a dropdown as shown in image.
I got the table control as a grid and using SetCellValue method(column name and Row) to set text.
Data is getting populated in the dropdown but when i click save the data in dropdown cells is disappearing.
Please suggest how to handle this scenario.
Thank You
Please try interrogating the dropdown alone and pass the index. Then push the text using SelectedText property.