I am trying to figure out how to access the value of the selected item in a combo box on the client side. I am trying to do this from inside another javascript function where I am building an array of the information on the screen.
All of the examples I have found so far show assigning the value during an event firing. I need to find the value outside of one fo the combobox events firing. If I were using an HTML dropdown I wold just ask for the control.value. But when I try that with the telerik control I get the text of the selected item rather than the assigned value of the selected item. I have been unsuccessful in figuring this out from the help file. Can someone point me to a place that explains how to do this simple task?
All of the examples I have found so far show assigning the value during an event firing. I need to find the value outside of one fo the combobox events firing. If I were using an HTML dropdown I wold just ask for the control.value. But when I try that with the telerik control I get the text of the selected item rather than the assigned value of the selected item. I have been unsuccessful in figuring this out from the help file. Can someone point me to a place that explains how to do this simple task?