{"id":464,"date":"2010-07-01T12:19:33","date_gmt":"2010-07-01T06:49:33","guid":{"rendered":"http:\/\/JitendraZaa.com\/blog\/?p=464"},"modified":"2010-07-01T12:19:33","modified_gmt":"2010-07-01T06:49:33","slug":"opening-radwindow-from-another-radwindow-telerik-control","status":"publish","type":"post","link":"https:\/\/www.jitendrazaa.com\/blog\/microsoft\/net\/opening-radwindow-from-another-radwindow-telerik-control\/","title":{"rendered":"Opening RadWindow from another RadWindow \u2013 Telerik Control"},"content":{"rendered":"<p><strong>Opening RadWindow from another RadWindow:<\/strong><\/p>\n<figure id=\"attachment_465\" aria-describedby=\"caption-attachment-465\" style=\"width: 200px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/i0.wp.com\/jitendrazaa.com\/blog\/wp-content\/uploads\/2010\/07\/Telerik_Logo.jpg?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-465\" title=\"Telerik Control in ASP.NET\" src=\"https:\/\/i0.wp.com\/jitendrazaa.com\/blog\/wp-content\/uploads\/2010\/07\/Telerik_Logo.jpg?resize=200%2C200&#038;ssl=1\" alt=\"Telerik Control in ASP.NET\" width=\"200\" height=\"200\" \/><\/a><figcaption id=\"caption-attachment-465\" class=\"wp-caption-text\">Telerik Control in ASP.NET<\/figcaption><\/figure>\n<p>Sometime it may require opening the radwindow from another radwindow. But believe me; it will not be easy.Problems I faced were:<\/p>\n<ul>\n<li>New window opened behind the parent radwindow.<\/li>\n<li>New window open in area of parent window only.\u00a0<strong>So we cannot resize the window as per required<\/strong>.<br \/>\nTo overcome all these properties:<\/li>\n<\/ul>\n<p>Create a java script function which will open the RadWindow in parent page. We will call this function from Radwindow to open new Radwindow so that new window should have complete screen as a width and height.<\/p>\n<pre class=\"brush: csharp; title: ; notranslate\" title=\"\">\nfunction OpenParentWnd()\n{\nvar oWnd = $find(&quot;&lt;%=Parent.ClientID %&gt;&quot;);\/\/Parent is radwindow ID name\noWnd.show();\n}\n<\/pre>\n<p>In current RadWindow, call the above function like this:<\/p>\n<pre class=\"brush: csharp; title: ; notranslate\" title=\"\">\nfunction CreateWindowInParent()\n{\n\/\/One way to open a window from parent page\nvar oBrowserWnd = GetRadWindow().BrowserWindow;\noBrowserWnd.OpenParentWnd();\n}\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Opening RadWindow from another RadWindow: Sometime it may require opening the radwindow from another radwindow. But believe me; it will not be easy.Problems I faced were: New window opened behind the parent radwindow. New window open in area of parent window only.\u00a0So we cannot resize the window as per required. To overcome all these properties: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"jz_research_post":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[21],"tags":[193],"class_list":["post-464","post","type-post","status-publish","format-standard","hentry","category-net","tag-telerik"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":761,"url":"https:\/\/www.jitendrazaa.com\/blog\/microsoft\/net\/telerik-radwindow-pop-up-problem-in-chrome-and-safari\/","url_meta":{"origin":464,"position":0},"title":"Telerik RadWindow Pop up Problem in Chrome and safari","author":"Jitendra","date":"August 10, 2010","format":false,"excerpt":"Telerik Popup Window Height is not set in Safari and Chrome (Apple Webkit Browsers)","rel":"","context":"In &quot;ASP.NET&quot;","block_context":{"text":"ASP.NET","link":"https:\/\/www.jitendrazaa.com\/blog\/category\/microsoft\/net\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":659,"url":"https:\/\/www.jitendrazaa.com\/blog\/microsoft\/net\/rad-tooltip-overlaps-the-target-control-solution\/","url_meta":{"origin":464,"position":1},"title":"Rad Tooltip overlaps the target control &#8211; solution","author":"Jitendra","date":"July 16, 2010","format":false,"excerpt":"Telerik Tooltip Problem - overlaps the target control in case of scrolling","rel":"","context":"In &quot;ASP.NET&quot;","block_context":{"text":"ASP.NET","link":"https:\/\/www.jitendrazaa.com\/blog\/category\/microsoft\/net\/"},"img":{"alt_text":"Telerik Tooltip, Rad Control Tooltip problem","src":"https:\/\/i0.wp.com\/jitendrazaa.com\/blog\/wp-content\/uploads\/2010\/07\/Tooltip-Problem1-300x153.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":895,"url":"https:\/\/www.jitendrazaa.com\/blog\/microsoft\/net\/multiplepage_load\/","url_meta":{"origin":464,"position":2},"title":"Page loads multiple times in Rad Window","author":"Jitendra","date":"August 27, 2010","format":false,"excerpt":"Solution of Multiple time page load problem of Telerik Rad Window.","rel":"","context":"In &quot;ASP.NET&quot;","block_context":{"text":"ASP.NET","link":"https:\/\/www.jitendrazaa.com\/blog\/category\/microsoft\/net\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1343,"url":"https:\/\/www.jitendrazaa.com\/blog\/microsoft\/net\/telerik-controls-css-lost-on-page-postback\/","url_meta":{"origin":464,"position":3},"title":"Telerik Controls &#8211; CSS Lost on Page Postback","author":"Jitendra","date":"November 9, 2010","format":false,"excerpt":"Telerik Controls - CSS Lost on Page Postback in Chrome and Mozilla firefox","rel":"","context":"In &quot;ASP.NET&quot;","block_context":{"text":"ASP.NET","link":"https:\/\/www.jitendrazaa.com\/blog\/category\/microsoft\/net\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":720,"url":"https:\/\/www.jitendrazaa.com\/blog\/microsoft\/net\/page_load-firing-multiple-time-in-radwindow-popup\/","url_meta":{"origin":464,"position":4},"title":"Clear ASP page cache &#8211; Page_Load() firing multiple time in RadWindow Popup","author":"Jitendra","date":"August 5, 2010","format":false,"excerpt":"How to prevent the multiple Page load event in case Telerik Rad Window Popup is used and Clear ASP page cache.","rel":"","context":"In &quot;ASP.NET&quot;","block_context":{"text":"ASP.NET","link":"https:\/\/www.jitendrazaa.com\/blog\/category\/microsoft\/net\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":467,"url":"https:\/\/www.jitendrazaa.com\/blog\/microsoft\/net\/telerik-radschedular-tips-and-tricks\/","url_meta":{"origin":464,"position":5},"title":"Telerik RadSchedular Tips and Tricks","author":"Jitendra","date":"July 1, 2010","format":false,"excerpt":"Change the style of the Today Cell in Month View and Bind Extra Column \/ Add Argument in RadSchedular","rel":"","context":"In &quot;ASP.NET&quot;","block_context":{"text":"ASP.NET","link":"https:\/\/www.jitendrazaa.com\/blog\/category\/microsoft\/net\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/posts\/464","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/comments?post=464"}],"version-history":[{"count":0,"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/posts\/464\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/media?parent=464"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/categories?post=464"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/tags?post=464"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}