I'm using RadAjaxManager in a RadWindow; I need to know how can I update Window title on ajax callback.
10x
1 Answer, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 09 Jul 2008, 03:32 PM
Hello Dan,
Basically, you need to output a Javascript function that would get a reference to the RadWindow object (you can use the GetRadWindow() function shown in the documentation) and then call its set_title() method.
I hope this helps. More information on RadWindow's client-side API is available in the Programming section of the RadWindow documentation.