telrik radopen 関数を使用してポップアップを開きます。祖父母の .aspx ページから開く親ポップアップから子ポップアップが開く状況があります。
祖父母 (.aspx ページ) -> ポップアップ (親) -> ポップアップ (子)
子ポップアップのボタンをクリックすると、親ポップアップと子ポップアップを閉じたい。使ってみた
GetRadWindow().BrowserWindow.BrowserWindow.Close() // this one and variations of this errored !
GetRadWindow().BrowserWindow.close(); // this didn't error but didn't close parent window
GetRadWindow().Close(); //this closes only child window when invoked from button click on //child window
質問を読みました 子から親ウィンドウを閉じることは可能ですか (Javascript)?
子ポップアップから親ポップアップを閉じることができない場合は、子コントロールの「送信ボタンのクリック」の動作をシミュレートして、子と親のポップアップを閉じ、祖父母のグリッドを更新できる回避策があります.aspxページ?
リダイレクトが役立つ場合があります。その場合、どうすればいいですか?助言がありますか。
ありがとう