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

Reload specific controls after a child window closes

1 Answer 38 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 2
Tim asked on 02 Dec 2011, 03:49 PM
I have a master page...content page...usercontrol that contains a radgrid. From that radgrid I launch an edit form into a radwindow using a custom url in the itemcreated event. The edit form contains various controls but at the end of the edit form I will have 2 textboxes and a button. If the user needs to change the values of those 2 textboxes they must open another form to perform various database operations to retrieve the new values. I am saving values into Session so they will be available across the application. My question is how can I implement a delegate to reload the values of just those the textboxes when I close the child form. I am not as up on delegates as I need to be.

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 07 Dec 2011, 03:29 PM
Hello Tim,

I would suggest you to review the following online demo which elaborates on this matter:
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=grid
http://demos.telerik.com/aspnet-ajax/window/examples/dialogreturnvalue/defaultcs.aspx
http://www.telerik.com/help/aspnet-ajax/window-programming-using-url-query-string.html


All the best,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Ajax
Asked by
Tim
Top achievements
Rank 2
Answers by
Maria Ilieva
Telerik team
Share this question
or