Hi -- I have a RadComboBox on parent page. When I click a button on the page, it opens up a Popup. The Popup builds a string and populates a TextBox with it. When user closes the Popup, I want this string to be added to the RadComboBox on the parent page. I can't seem to be able to pass this string to the parent page. If I use a TextBox instead of RadComboBox, I can update it from the client code on OnClientClose event but there doesn't seem to be a way to access RadBoxComboItems in client code.
I tried using the code posted in some demos such as "var comboboxItem = new Telerik.Web.UI.RadComboBoxItem()".
But even though I have "<%@ Register Assembly='Telerik.Web.UI' Namespace='Telerik.Web.UI' TagPrefix='telerik' %>, it complains that "Telerik" is not defined. We are using Telerik Rad controls version "Q1-2010".
If we cannot create RadComboBoxItem in client code using this method described in the demo for this verison of telerik, is there any other way to do what I am trying to do?
Thanks
Sandhia