All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
Window
/
Window form close
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
3 posts, 0 answers
Jols
69 posts
Member since:
Mar 2009
Posted 06 May 2009
Link to this post
hello to all expert on telerik,
Good day! i would like to ask help from you guys..coz i wanted to close the radwindow being popup in my project..i dont know how to do it in codes..here is my design i have page name registration now i have a two button there insert and close..in my main page i have also a button there to popup using the radwindow..now when the user click the button close inside my popup window it will redirect to another page..how can do that..
sample codes is highly appreciated
thanks to all
Shinu
17764 posts
Member since:
Mar 2007
Posted 06 May 2009
Link to this post
Hi Jols,
You can close the RadWindow using client-side
close()
method and redirect the parent page using
window.location.href
property. Refer the following link to forum for more information.
Close and Redirect
Thanks,
Shinu.
Fiko
Admin
1406 posts
Posted 07 May 2009
Link to this post
Hello Shinu,
I believe that
this
KB will be of help as well.
Sincerely yours,
Fiko
the Telerik team
Instantly find answers to your questions on the new
Telerik Support Portal
.
Check out the tips
for optimizing your support resource searches.
Back to Top
Close