<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Window angst</title>
	<atom:link href="http://theiterator.com/2007/12/window-angst/feed/" rel="self" type="application/rss+xml" />
	<link>http://theiterator.com/2007/12/window-angst/</link>
	<description>This is my blog. There are many like it, but this one is mine.</description>
	<lastBuildDate>Mon, 08 Nov 2010 12:18:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Timo</title>
		<link>http://theiterator.com/2007/12/window-angst/comment-page-1/#comment-3</link>
		<dc:creator>Timo</dc:creator>
		<pubDate>Fri, 07 Dec 2007 10:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.theiterator.com/?p=4#comment-3</guid>
		<description>10 points for customer service! Thanks Georgi, I&#039;ll be giving your suggestion a go.</description>
		<content:encoded><![CDATA[<p>10 points for customer service! Thanks Georgi, I&#8217;ll be giving your suggestion a go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Georgi</title>
		<link>http://theiterator.com/2007/12/window-angst/comment-page-1/#comment-2</link>
		<dc:creator>Georgi</dc:creator>
		<pubDate>Wed, 05 Dec 2007 12:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.theiterator.com/?p=4#comment-2</guid>
		<description>Hi Timo, &lt;br/&gt; &lt;br/&gt;My name is Georgi Tunev and I am from Telerik&#039;s support team. &lt;br/&gt; &lt;br/&gt;As you already read in the Telerik forum thread the idea of the RadWindow control is to replace the standard browser&#039;s popups (e.g. opened with window.open()) and the control itself is based on an IFRAME. Just like the browser&#039;s popups or the IFRAME, the RadWindow control is a container that displays a content page - different from the parent one. By design, to cover the same scenarios and to provide the same and even greater flexibility compared to window.open, RadWindow is heavily client-side oriented.&lt;br/&gt;&lt;br/&gt;In the Telerik RadControls suite there are two other products that can be used in similar scenarios as the one you have - these controls are RadDock and RadToolTip (included in the RadControls &quot;Prometheus&quot; suite).&lt;br/&gt; &lt;br/&gt;In your case, as you need to have a modal popup, I would suggest usiing RadToolTip &quot;Prometheus&quot; control. It allows you to set the content for the tooltip directly in the parent page just like you want.&lt;br/&gt;You can check the product demo &lt;a HREF=&quot;http://www.telerik.com/DEMOS/ASPNET/Prometheus/ToolTip/Examples/Default/DefaultCS.aspx&quot; REL=&quot;nofollow&quot;&gt;here&lt;/a&gt; - by the way today we will be releasing a new update which will be available on our site in several hours. &lt;br/&gt; &lt;br/&gt;The current release of RadToolTip also has the &lt;b&gt;Modal&lt;/b&gt; property, which if set to true will make the tooltip modal. I would suggest using a RadToolTip with the following properties set: &lt;b&gt;ManualClose = true, Modal = true, ShowCallout = false&lt;/b&gt;.&lt;br/&gt; &lt;br/&gt;Note that RadToolTip requires a TargetElement to position relative to. In case you need to center the tooltip rather than position it automatically relative to the TargetElement, you will need to use its clientside event &lt;b&gt;OnClientShow&lt;/b&gt; to reposition.&lt;br/&gt;Also, by default the tooltip expects to be shown relative to the mouse position, so in case you need to change its location programatically you need to also set &lt;b&gt;RelativeTo=Element&lt;/b&gt;.&lt;br/&gt; &lt;br/&gt; &lt;br/&gt; &lt;br/&gt;If you have any other questions, please let me know - I will be glad to help. &lt;br/&gt; &lt;br/&gt;&lt;br/&gt;Best Regards, &lt;br/&gt;Georgi Tunev&lt;br/&gt;Telerik</description>
		<content:encoded><![CDATA[<p>Hi Timo, </p>
<p>My name is Georgi Tunev and I am from Telerik&#8217;s support team. </p>
<p>As you already read in the Telerik forum thread the idea of the RadWindow control is to replace the standard browser&#8217;s popups (e.g. opened with window.open()) and the control itself is based on an IFRAME. Just like the browser&#8217;s popups or the IFRAME, the RadWindow control is a container that displays a content page &#8211; different from the parent one. By design, to cover the same scenarios and to provide the same and even greater flexibility compared to window.open, RadWindow is heavily client-side oriented.</p>
<p>In the Telerik RadControls suite there are two other products that can be used in similar scenarios as the one you have &#8211; these controls are RadDock and RadToolTip (included in the RadControls &#8220;Prometheus&#8221; suite).</p>
<p>In your case, as you need to have a modal popup, I would suggest usiing RadToolTip &#8220;Prometheus&#8221; control. It allows you to set the content for the tooltip directly in the parent page just like you want.<br />You can check the product demo <a HREF="http://www.telerik.com/DEMOS/ASPNET/Prometheus/ToolTip/Examples/Default/DefaultCS.aspx" REL="nofollow">here</a> &#8211; by the way today we will be releasing a new update which will be available on our site in several hours. </p>
<p>The current release of RadToolTip also has the <b>Modal</b> property, which if set to true will make the tooltip modal. I would suggest using a RadToolTip with the following properties set: <b>ManualClose = true, Modal = true, ShowCallout = false</b>.</p>
<p>Note that RadToolTip requires a TargetElement to position relative to. In case you need to center the tooltip rather than position it automatically relative to the TargetElement, you will need to use its clientside event <b>OnClientShow</b> to reposition.<br />Also, by default the tooltip expects to be shown relative to the mouse position, so in case you need to change its location programatically you need to also set <b>RelativeTo=Element</b>.</p>
<p>If you have any other questions, please let me know &#8211; I will be glad to help. </p>
<p>Best Regards, <br />Georgi Tunev<br />Telerik</p>
]]></content:encoded>
	</item>
</channel>
</rss>

