Hello,
I am using radgrid. Inside my grid, I have GridEditCommandColumn.
While clicking on the update button there, I am handling "Radgrid1_UpdateCommand". But inside "Radgrid1_UpdateCommand", I am not able to run
"Response.Write("<script language='javascript'>alert('My Message.')</script>");"
So may I know the reason along with solution?
Thanks in advance.
5 Answers, 1 is accepted
0
Accepted
Hello Zencos IT,
Response.Write is causing issues with AJAX - you can use RadWindow or simply write you status message in a label control.
RadWindow Browser GUI
Regards,
Daniel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Response.Write is causing issues with AJAX - you can use RadWindow or simply write you status message in a label control.
RadWindow Browser GUI
Regards,
Daniel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Zencos IT
Top achievements
Rank 1
answered on 22 Aug 2008, 07:05 AM
0

Shinu
Top achievements
Rank 2
answered on 22 Aug 2008, 07:40 AM
Hi Zencos IT,
Go through the online demo which shows how to hook RadWindow object to RadGrid for editing Grid records.
Window Editing
Shinu.
Go through the online demo which shows how to hook RadWindow object to RadGrid for editing Grid records.
Window Editing
Shinu.
0

Zencos IT
Top achievements
Rank 1
answered on 22 Aug 2008, 11:11 AM
Hello Shinu,
You helped me a lot. Thank you for your time.
Also thank you Daniel for your valuable time.
Regards,
Zencos IT
You helped me a lot. Thank you for your time.
Also thank you Daniel for your valuable time.
Regards,
Zencos IT
0
Hello Zencos,
You will probably need to know how to position RadWindow on page.
Another important resource concerning RadWindow is the Getting Started help topic.
Regards,
Daniel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
You will probably need to know how to position RadWindow on page.
Another important resource concerning RadWindow is the Getting Started help topic.
Regards,
Daniel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.