This is a migrated thread and some comments may be shown as answers.

Creating ajax extender targeting RadCombobox

1 Answer 38 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Edwin
Top achievements
Rank 1
Edwin asked on 20 Oct 2008, 07:29 AM
I want to build an ajax control extender which targets a radComboBox.  When the combobox is changed, it reads the new value and then pass it to a web service to obtain a depended value from database.  Then the depended value will be put in another control, say a textbox.

The problem I encountered is that the target control inside my extender .js code lose the client api of the radcombobox.  For example, calling get_value() gives me error of unsupported method.  Is it possible to know the index of a radcombobox inside the array Telerik.Web.UI.RadComboBox.ComboBoxes?

Your advice is much appreciated.

Edwin

1 Answer, 1 is accepted

Sort by
0
Edwin
Top achievements
Rank 1
answered on 21 Oct 2008, 06:17 AM
I solved it by myself.  I need to use $find to get the control instead of directly using the targeted control.
Tags
ComboBox
Asked by
Edwin
Top achievements
Rank 1
Answers by
Edwin
Top achievements
Rank 1
Share this question
or