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

Page refreshing is not happening, on Rad window closing.

1 Answer 79 Views
Button
This is a migrated thread and some comments may be shown as answers.
Dilip
Top achievements
Rank 1
Dilip asked on 18 Aug 2011, 10:48 AM

Hi,
I have a ASPX page with Rad grid , this grid loaded with data.

 

when a row is selected and clicked on a radTolBarButton,to edit its content . Actually it opens a Rad window (window.radopen) with all the controls in editable mode.

 

we can edit and save , also have a facility to close this window ( provided a Rad button 'Close' in a Rad tool bar )

 

My Requirement is below.

 

on edit - save - close button click

 

1.Need to close the window - (this is happening)

 

2.Need to refresh the content in the grid - from - where this rad window opend. (this is not happening)

 

 

I dont want to change Content edit procedure. This is already finalised.

 

The only thing is to refresh the grid content on Rad window close.


Please help me.

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Accepted
Kevin
Top achievements
Rank 2
answered on 18 Aug 2011, 01:18 PM
Hello Dilip,

To refresh the grid after the RadWindow closes, you should handle the OnClientClose method. Inside that method you can call the RadGrid's client-side rebind method.

I hope that helps.
Tags
Button
Asked by
Dilip
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 2
Share this question
or