Hello Xcalibur,
Up to your questions:
- To close a RadWindow from within the content page, you need to get a reference to the window by using the GetRadWindow() function and then call its close() method. Depending on your scenario, you can return an argument from the content to the parent page by using either OnClientClose or the ClientCallBackFunction eventhandlers. More information on the subject and code sample is available in the documentation, section RadControls/RadWindow/Programming/Using RadWindow As A Dialog (online version).
- RadComboBox does not have internal rebind / refresh so when closing the window you should either update your database and call DataBind() for the combobox or as an alternative - add the new item to the already loaded ones. More information on the subject is available in the documentation and in the following demos:
http://www.telerik.com/demos/aspnet/prometheus/ComboBox/Examples/Programming/AddRemoveDisableItemsClientSide/DefaultCS.aspx
http://www.telerik.com/demos/aspnet/prometheus/ComboBox/Examples/Programming/AddRemoveDisable/DefaultCS.aspx
- You can do this by using FindItemByText or FindItemByValue client-side methods:
RadComboBox1.FinfItemByText("Item_text")
RadComboBox1.FindItemByValue("Item_value")
I hope this helps. Please note that although we monitor closely the forums, we do not guarantee a
timely response here as they are consider a community resource. If you need a
guaranteed response on time, I strongly recommend to use the support ticketing
system where you will be answered in the timeframe set in your
support package.
Sincerely yours,
Georgi Tunev
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.