Hi am using list view widget as drop down how to get selected text
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi am using list view widget as drop down how to get selected text
Hi am using list view widget as drop down so it will be looking like combo box .
I have assigned data to the drop down
now i need to get the changed selected text of that dropdown and need to assign as input parameter for the service
how to get selected text
Solved! Go to Solution.
- Labels:
-
Extensions
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The DataSource for your dropdown has a section called Selected Row(s) that is where you get the Selected item from.
If you want the full row of information you use the selected row itself, if you just need a particular field value, you expand that section and grab the Selected Row - Field Name that you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The DataSource for your dropdown has a section called Selected Row(s) that is where you get the Selected item from.
If you want the full row of information you use the selected row itself, if you just need a particular field value, you expand that section and grab the Selected Row - Field Name that you want.
