Hello SAPUI5 Gurus,
I just need to get the value of the selected dropDown which is in a table : Here is my json in bold are the options and screenshot of the ui ,
{
"userid": "DHORIONS",
"username": "Horions Dries",
"department": "US Development",
"location": "",
"status": "Unlocked",
"validfrom": "2014-05-06",
"validto": "9999-05-06",
"rstatus": [
{
"stats": "1",
"valfield": "Pending"
},
{
"stats": "2",
"valfield": "Retain"
},
{
"stats": "3",
"valfield": "Remove"
}
],
"succes": true
}
Now as you see I am able to select the data , but the Current Selected item from dropdown is not displayed. So I just need to get that
Thanks
Somil