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

Window In Grid

2 Answers 74 Views
Window
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 03 Jul 2008, 09:51 PM

I have two pages parent.aspx and window.aspx.  parent.aspx has a grid which allows me to edit a row in a RadWindow.  The opening, saving and closing of the RadWindow work fine, however I would like to rebind the grid in the parent.aspx page after pressing save.

Closing the RadWind page.

string closingScript;     
closingScript = "<script type='text/javascript'>window.onload = closeWin</script> ";     
ClientScript.RegisterStartupScript(this.GetType(), "closeWin", closingScript);    
 

Now, how do I get the grid to rebind on the parent page?

2 Answers, 1 is accepted

Sort by
0
Accepted
Svetlina Anati
Telerik team
answered on 07 Jul 2008, 03:07 PM
Hi Mike,

I suggest to examine this online demo which implements the exact scenario you describe.

Kind regards,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Mike
Top achievements
Rank 1
answered on 13 Sep 2008, 06:38 PM
Thank You!
Tags
Window
Asked by
Mike
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Mike
Top achievements
Rank 1
Share this question
or