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

Ajaxify RadWindow

1 Answer 130 Views
Window
This is a migrated thread and some comments may be shown as answers.
Dip
Top achievements
Rank 1
Dip asked on 13 Nov 2008, 01:37 AM
I have an application.....My structure is in this format...

Master Page --------------- Content Page --------------------UserControl ----------------RadWindow

Master Pages  ........I have AjaxManager on MasterPage

Content Pages ....... I have ProxyAjaxManager on this page

UserControl ............ I have A RadGrid place on this UserControl and few Button ...Each Button opens a RadWIndow

RadWindow .............. When I hit button on these Radwindow I just want update RadGrid

Right Now I have implemented in a such a way that it refresh whole page...I do it my javascript...form.Control[0].submit()..If that matter..

Please help me ..

Thanks,
DIP

 

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 13 Nov 2008, 03:01 PM
Hello Dip,

I suggest to check the following demo that shows how this functionality can be implemented:
http://demos.telerik.com/aspnet/prometheus/Controls/Examples/Integration/GridAndWindow/DefaultCS.aspx?product=grid

Note the refreshGrid() function in the parent page - it is called from within RadWindow by using
function CloseAndRebind(args) 
    GetRadWindow().BrowserWindow.refreshGrid(args); 
    GetRadWindow().Close(); 
 


Regards,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Dip
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or