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
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