I have a telerik asp.net mvc dropdown list. When user selects an item from the list, I would like to populate a textbox with the selected value. I am not sure how I can get this to work using telerik controls. Please help.
Thanks.
1 Answer, 1 is accepted
0
Kiril Nikolov
Telerik team
answered on 06 Aug 2014, 11:07 AM
Hello Uma,
You can use the change event of the widget, which will notify you when use makes the selection, and then use the value method to get the widget value and populate the textbox. Here is more information about:
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.