<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Lee's corner</title>
	<atom:link href="http://leeontech.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://leeontech.wordpress.com</link>
	<description></description>
	<lastBuildDate>Thu, 19 Nov 2009 22:14:00 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Silverlight and Prism sample by lee</title>
		<link>http://leeontech.wordpress.com/2009/07/13/silverlight-and-prism-sample/#comment-711</link>
		<dc:creator>lee</dc:creator>
		<pubDate>Thu, 19 Nov 2009 22:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=395#comment-711</guid>
		<description>sent link in email</description>
		<content:encoded><![CDATA[<p>sent link in email</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DataGrid sample with SelectAll Checkbox by lee</title>
		<link>http://leeontech.wordpress.com/2008/09/19/datagrid-sample-with-selectall-checkbox/#comment-710</link>
		<dc:creator>lee</dc:creator>
		<pubDate>Wed, 18 Nov 2009 15:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=145#comment-710</guid>
		<description>Hi,
There  will be issues with having select all checkbox, because of the Virtualization, it is best to have a property that can be bound to the check box and do this using databinding by setting the property . I dont think we can genralize this kind of behaviour.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
There  will be issues with having select all checkbox, because of the Virtualization, it is best to have a property that can be bound to the check box and do this using databinding by setting the property . I dont think we can genralize this kind of behaviour.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight and Prism sample by Jay</title>
		<link>http://leeontech.wordpress.com/2009/07/13/silverlight-and-prism-sample/#comment-709</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Tue, 17 Nov 2009 23:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=395#comment-709</guid>
		<description>May I have the code please? Looks really interesting</description>
		<content:encoded><![CDATA[<p>May I have the code please? Looks really interesting</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DataGrid sample with SelectAll Checkbox by prasad</title>
		<link>http://leeontech.wordpress.com/2008/09/19/datagrid-sample-with-selectall-checkbox/#comment-708</link>
		<dc:creator>prasad</dc:creator>
		<pubDate>Tue, 17 Nov 2009 16:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=145#comment-708</guid>
		<description>The code is not working with silverlight 3 in Visual Studio 2008; is there an updated code?</description>
		<content:encoded><![CDATA[<p>The code is not working with silverlight 3 in Visual Studio 2008; is there an updated code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interacting with Charts by lee</title>
		<link>http://leeontech.wordpress.com/2009/03/02/interacting-with-charts/#comment-707</link>
		<dc:creator>lee</dc:creator>
		<pubDate>Mon, 16 Nov 2009 18:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=284#comment-707</guid>
		<description>Hi,
One Idea, is to instead of showing an ellipse for the datapoint, use a Thumb, change the template to make it look like ellipse and handle the events that are raised by the thumb</description>
		<content:encoded><![CDATA[<p>Hi,<br />
One Idea, is to instead of showing an ellipse for the datapoint, use a Thumb, change the template to make it look like ellipse and handle the events that are raised by the thumb</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interacting with Charts by Ashkan</title>
		<link>http://leeontech.wordpress.com/2009/03/02/interacting-with-charts/#comment-706</link>
		<dc:creator>Ashkan</dc:creator>
		<pubDate>Mon, 16 Nov 2009 18:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=284#comment-706</guid>
		<description>I&#039;ve seen your post about interactive charts so I thaught may be you can help me with this problem :
I&#039;m using System.Windows.Controls.DataVisualization.Toolkit for charts in my WPF application. The code for chart is:


                        &lt;!-- Volume --&gt;
                        
                        &lt;!-- Price --&gt;
                        
                        
                            &lt;!-- Axis for custom range --&gt;
                            
                            &lt;!-- Axis for custom labels --&gt;
                            
                                
                                    
                                        
                                    
                                
                            
                        
                    
I want the user be able to click line series at any point and drag it to up or down and so the Value will be changed ? This is like a two way data binding but I don&#039;t know how can I do it.

thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen your post about interactive charts so I thaught may be you can help me with this problem :<br />
I&#8217;m using System.Windows.Controls.DataVisualization.Toolkit for charts in my WPF application. The code for chart is:</p>
<p>                        <!-- Volume --></p>
<p>                        <!-- Price --></p>
<p>                            <!-- Axis for custom range --></p>
<p>                            <!-- Axis for custom labels --></p>
<p>I want the user be able to click line series at any point and drag it to up or down and so the Value will be changed ? This is like a two way data binding but I don&#8217;t know how can I do it.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with DataForm by David</title>
		<link>http://leeontech.wordpress.com/2009/07/27/working-with-dataform/#comment-705</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 15 Nov 2009 19:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=406#comment-705</guid>
		<description>Great Lee, thanks a million</description>
		<content:encoded><![CDATA[<p>Great Lee, thanks a million</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight and Prism sample by Jay</title>
		<link>http://leeontech.wordpress.com/2009/07/13/silverlight-and-prism-sample/#comment-703</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 12 Nov 2009 16:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=395#comment-703</guid>
		<description>Great looking sample.  Can you send me a link to the source?</description>
		<content:encoded><![CDATA[<p>Great looking sample.  Can you send me a link to the source?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight and Prism sample by Tushar</title>
		<link>http://leeontech.wordpress.com/2009/07/13/silverlight-and-prism-sample/#comment-702</link>
		<dc:creator>Tushar</dc:creator>
		<pubDate>Thu, 12 Nov 2009 04:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=395#comment-702</guid>
		<description>Very interesting app , could you please send me the source code link?</description>
		<content:encoded><![CDATA[<p>Very interesting app , could you please send me the source code link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight and Prism sample by Rajesh</title>
		<link>http://leeontech.wordpress.com/2009/07/13/silverlight-and-prism-sample/#comment-700</link>
		<dc:creator>Rajesh</dc:creator>
		<pubDate>Thu, 05 Nov 2009 04:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=395#comment-700</guid>
		<description>Hi,

I&#039;d love to see the sample code and the application looks really kool. Can i see the source code for the same.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;d love to see the sample code and the application looks really kool. Can i see the source code for the same.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>