<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>digitalMoto.net &#187; Infragistics</title>
	<atom:link href="http://digitalMoto.net/blog/tag/infragistics/feed/" rel="self" type="application/rss+xml" />
	<link>http://digitalMoto.net/blog</link>
	<description>Off-idle banter on motorcycling, software development and life in the Pacific Northwest.</description>
	<lastBuildDate>Wed, 08 Feb 2012 22:29:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Setting a XamChart DataPoint marker through a behavior (MVVM)</title>
		<link>http://digitalMoto.net/blog/2011/06/17/setting-a-xamchart-datapoint-marker-through-a-behavior-mvvm/</link>
		<comments>http://digitalMoto.net/blog/2011/06/17/setting-a-xamchart-datapoint-marker-through-a-behavior-mvvm/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 21:01:03 +0000</pubDate>
		<dc:creator>digital</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Infragistics]]></category>
		<category><![CDATA[MVVM]]></category>
		<category><![CDATA[Shoulders of Giants]]></category>
		<category><![CDATA[Styling]]></category>
		<category><![CDATA[XamChart]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://digitalMoto.net/blog/2011/06/17/setting-a-xamchart-datapoint-marker-through-a-behavior-mvvm/</guid>
		<description><![CDATA[I’m finishing up a XamChart control.&#160; The data points are created on the fly as a behavior attached to a XamDataGrid.&#160; When the “active” record in the data grid changes, my behavior updates the chart to show the new record.&#160; The binding is two-way on the data points so that the user can drag a [...]]]></description>
		<wfw:commentRss>http://digitalMoto.net/blog/2011/06/17/setting-a-xamchart-datapoint-marker-through-a-behavior-mvvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XamDataGrid Performance Issues</title>
		<link>http://digitalMoto.net/blog/2011/05/12/xamdatagrid-performance-issues/</link>
		<comments>http://digitalMoto.net/blog/2011/05/12/xamdatagrid-performance-issues/#comments</comments>
		<pubDate>Thu, 12 May 2011 21:04:46 +0000</pubDate>
		<dc:creator>digital</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Infragistics]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[XamDataGrid]]></category>

		<guid isPermaLink="false">http://digitalMoto.net/blog/2011/05/12/xamdatagrid-performance-issues/</guid>
		<description><![CDATA[In a side-by-side comparison, WPF will ALWAYS be slower to load than WinForms.&#160; It’s a fact of life for the moment.&#160; When using an Infragistics XamDataGrid, the start up lag is very noticeable.&#160; This issue is one of our users biggest complaints.&#160; “It takes too long to load”&#160; Yesterday, I learned that Infragistics uses a [...]]]></description>
		<wfw:commentRss>http://digitalMoto.net/blog/2011/05/12/xamdatagrid-performance-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ignore a mouse double click event in the scrollbar</title>
		<link>http://digitalMoto.net/blog/2011/04/19/ignore-a-mouse-double-click-event-in-the-scrollbar/</link>
		<comments>http://digitalMoto.net/blog/2011/04/19/ignore-a-mouse-double-click-event-in-the-scrollbar/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 21:27:21 +0000</pubDate>
		<dc:creator>digital</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Attached Property]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Infragistics]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[XamDataGrid]]></category>

		<guid isPermaLink="false">http://digitalMoto.net/blog/2011/04/19/ignore-a-mouse-double-click-event/</guid>
		<description><![CDATA[Assumptions: XamDataGrid Attached property used to capture the MouseDoubleClick event private static void MouseDoubleClickHandler(object sender, MouseButtonEventArgs e) { var sourceParent = VisualTreeHelper.GetParent((DependencyObject)e.OriginalSource); if (sourceParent is RepeatButton) // eject if double click in scrollbar return; ... }]]></description>
		<wfw:commentRss>http://digitalMoto.net/blog/2011/04/19/ignore-a-mouse-double-click-event-in-the-scrollbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Null Object to Visibility Converter</title>
		<link>http://digitalMoto.net/blog/2011/02/28/null-object-to-visibility-converter/</link>
		<comments>http://digitalMoto.net/blog/2011/02/28/null-object-to-visibility-converter/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 21:50:45 +0000</pubDate>
		<dc:creator>digital</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Infragistics]]></category>
		<category><![CDATA[ValueConverter]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://digitalMoto.net/blog/?p=1253</guid>
		<description><![CDATA[What?&#160; Why could you possibly need that?!? Let me explain.&#160; I’ve got a Infragistics XamDatGrid with lots of data in it.&#160; I’ve also got a XamChart that displays the selected row in the grid.&#160; On start-up, nothing is selected in the datagrid so my active data item is null. So what’s the problem? The problem [...]]]></description>
		<wfw:commentRss>http://digitalMoto.net/blog/2011/02/28/null-object-to-visibility-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ramp Up: Pt2</title>
		<link>http://digitalMoto.net/blog/2009/09/25/ramp-up-pt2/</link>
		<comments>http://digitalMoto.net/blog/2009/09/25/ramp-up-pt2/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 17:45:22 +0000</pubDate>
		<dc:creator>digital</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[America Airlines]]></category>
		<category><![CDATA[Dallas]]></category>
		<category><![CDATA[Infragistics]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://digitalMoto.net/blog/?p=756</guid>
		<description><![CDATA[I am struggling a bit with ths topic: &#8220;Ramping up.&#8221; Wednesday, I forgot my phone, glasses, and external hard drive. Thursday, I forgot my phone and wallet. Today, I remembered everything but I found an issue in the latest release in the Infragistics WPF controls so I’m wallowing a bit trying to decide if I [...]]]></description>
		<wfw:commentRss>http://digitalMoto.net/blog/2009/09/25/ramp-up-pt2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

