Hi
I have a RadPane which loads an aspx page that contains a RadComboBox.
A Javascript function on the parent page is trying to find the element -
$('#RAD_SPLITTER_PANE_CONTENT_MyRadPane').contents().contents().find("#" + cbo.id)
However, this returns just a jQuery object which is not useful when I want to manipulate the items using get_items() etc.
How can I get the Telerik client object in this scenario?
Thanks in advance.