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

Rebind RadGrid in parentwindow from RadWindow

1 Answer 81 Views
Window
This is a migrated thread and some comments may be shown as answers.
w3stfa11
Top achievements
Rank 1
w3stfa11 asked on 12 Aug 2010, 05:29 PM
I have a main page with a radgrid. In that page is a button that opens up a RadWindow where the user can make some changes that will affect the radgrid. The user hits 'save and close' and I process those changes in the codebehind and then I close the radwindow. Right before closing the radwindow, I'd like to rebind the radgrid that's in the main page.

Is that possible? I'm able to close the radwindow, but not rebind at the moment. That's what I'm missing.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 Aug 2010, 06:33 AM
Hello,

A better approach is invoking an ajaxRequest() from closing the radwindow in order to rebind the grid. Check out the forum which illustrates more on same kind of scenario.
Close a radwindow on button click

Also go through the demo on Window Editing which might help in this.

-Shinu.
Tags
Window
Asked by
w3stfa11
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or