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

2 Winodws / Update

1 Answer 38 Views
Window
This is a migrated thread and some comments may be shown as answers.
Christian
Top achievements
Rank 1
Christian asked on 21 Jun 2009, 05:31 PM
Dear Support

I have the following situation:

2 RadWindow:
The first one have a Combobox that is bind to a datasource. THe combobox shows the expected items from the source.
Example:
London, New Work and Paris..

From this window you can open another RadWinodw to add/delete and edit the items from the Datasource of the Combobox.
So all this I have implementd.

I cklick on a button and the second winodow get open and I see all the items to edit. I add one item (for explame "Oslo)"and insert the new item. I close the window and then I want to ajxa/update the Combobox on the first window to show all items and also the new one.
(I check it in the database. The new item is added.)

I expact that the COmbobox on rhe first window show after the update/add:
London, New Work, Paris and Oslo.

I try to implemeted this by a CLientScript with raising the itemrequested event, but the combobox don't updated. I also try it with an AjaxPanel or an AjaxManager.

Have someone an idea how I can realise this?

Thanks in adance
Christian

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 22 Jun 2009, 07:44 AM
Hello Uwe,

I suggest to examine the Returning Values from a Dialog demo and the following forum thread:
http://www.telerik.com/community/forums/aspnet-ajax/window/how-to-reload-combobox-on-parent-page.aspx

I hope this helps. If you still experience problems, please open a support ticket and send us a small sample project that reproduces your setup and the problem itself.


Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
Christian
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or