简体   繁体   中英

Closing RadWindow invoking javascript from server

关闭RadWindow时应使用哪种方法刷新父页面。

You should be looking at using the Client Side OnClientClose , adding the javascript (eg location.reload(true); ) in there to refresh the page (or just the necessary controls if possible).

See: http://demos.telerik.com/aspnet-ajax/window/examples/clientsideevents/defaultcs.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM