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

Page refreshing is not happening, on Rad window closing

2 Answers 44 Views
Grid
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:49 AM
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 ,save and also 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

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 18 Aug 2011, 11:03 AM
Hello Dilip,

Try adding RadAjaxManager and Rebind the grid using "RadAjaxManager1_AjaxRequest" method. Check the following demo which implements the same.
Grid / Window Editing.

Thanks,
Princy.
0
Dilip
Top achievements
Rank 1
answered on 18 Aug 2011, 02:53 PM
Thanks princy.Its working .

- Dilip
Tags
Grid
Asked by
Dilip
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Dilip
Top achievements
Rank 1
Share this question
or