<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>It Ain't You, Babe… A Not-a-bug bug in DataGrid</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/10/22/it-ain-t-you-babe-a-not-a-bug-bug-in-datagrid.aspx</link><description>&amp;#160; I'll be writing a set of mini-tutorials on the DataGrid that will, as the King advises, begins at the beginning, goes on till it comes to the end and then stops[1], but before I do, a &amp;quot;Set Of Behaviors That Is Perfectly Understandable But</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Databinding in Silverlight | Gopi's .net Blog</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/10/22/it-ain-t-you-babe-a-not-a-bug-bug-in-datagrid.aspx#279058</link><pubDate>Mon, 31 Aug 2009 13:29:46 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:279058</guid><dc:creator>Databinding in Silverlight | Gopi's .net Blog</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Databinding in Silverlight | Gopi's .net Blog&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=279058" width="1" height="1"&gt;</description></item><item><title>re: It Ain't You, Babe… A Not-a-bug bug in DataGrid</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/10/22/it-ain-t-you-babe-a-not-a-bug-bug-in-datagrid.aspx#225860</link><pubDate>Thu, 28 May 2009 14:11:07 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:225860</guid><dc:creator>nicos</dc:creator><description>&lt;p&gt;Its now 5 months later and I'm using Silverlight Toolkit March 2009 and this problem seems to be there still. &amp;nbsp;Was it fixed it the mean time and am I missing something ?&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=225860" width="1" height="1"&gt;</description></item><item><title>re: It Ain't You, Babe… A Not-a-bug bug in DataGrid</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/10/22/it-ain-t-you-babe-a-not-a-bug-bug-in-datagrid.aspx#149003</link><pubDate>Wed, 17 Dec 2008 03:42:17 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:149003</guid><dc:creator>spiderman110</dc:creator><description>&lt;p&gt;In order to receive notification that a validation error has occurred, you must tell the binding engine that you wish to receive notifications by setting both the ValidatesOnExceptions and NotifyOnValidationError properties to true on the binding object. Setting ValidatesOnExceptions to true tells the binding engine to create a validation error when an exception occurs. Setting NotifyOnValidationError to true tells the binding engine to raise the BindingValidationError event when a validation error occurs and resolves. &lt;/p&gt;
&lt;p&gt;Create an event handler on the target object or &amp;lt;br&amp;gt;any of its parents&amp;lt;/br&amp;gt; to handle the BindingValidationError event. The BindingValidationError event is a routed event, so if you do not handle it on the element that raised the event, it will continue to bubble up until it is handled. For more information on routed events, see Events and Delegates&lt;/p&gt;
&lt;p&gt;I find this from Silverlight SDK.&lt;/p&gt;
&lt;p&gt;It looks like a bug in datagrid.&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=149003" width="1" height="1"&gt;</description></item><item><title>re: It Ain't You, Babe… A Not-a-bug bug in DataGrid</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/10/22/it-ain-t-you-babe-a-not-a-bug-bug-in-datagrid.aspx#136275</link><pubDate>Mon, 24 Nov 2008 11:50:16 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:136275</guid><dc:creator>twinae</dc:creator><description>&lt;p&gt;I don't know if you solved the problem, but i found something reading some blogs and trying some examples:&lt;/p&gt;
&lt;p&gt;&amp;lt;DataTemplate&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;TextBox BindingValidationError=&amp;quot;TestDataGrid_BindingValidationError&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Text=&amp;quot;{Binding Id, Mode=TwoWay, NotifyOnValidationError=true,ValidatesOnExceptions=true}&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/DataTemplate&amp;gt;&lt;/p&gt;
&lt;p&gt;If we add the handler to the textbox like you can see above everything works perfect.&lt;/p&gt;
&lt;p&gt;Hope this help.&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=136275" width="1" height="1"&gt;</description></item><item><title>re: It Ain't You, Babe… A Not-a-bug bug in DataGrid</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/10/22/it-ain-t-you-babe-a-not-a-bug-bug-in-datagrid.aspx#116697</link><pubDate>Fri, 24 Oct 2008 09:14:16 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:116697</guid><dc:creator>esh</dc:creator><description>&lt;p&gt;I am also waiting for removed editing datagrid events, which where there in Beta2. Hopefully DataGrid will be shipped soon as a patch somehow ;)...&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=116697" width="1" height="1"&gt;</description></item><item><title>Silverlight Cream for October 22, 2008 -- #404</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/10/22/it-ain-t-you-babe-a-not-a-bug-bug-in-datagrid.aspx#116278</link><pubDate>Thu, 23 Oct 2008 19:30:43 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:116278</guid><dc:creator>Community Blogs</dc:creator><description>&lt;p&gt;In this issue: Tim Heuer, Jeff Prosise, Jeff Weber, and Jesse Liberty. From SilverlightCream.com : Silverlight&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=116278" width="1" height="1"&gt;</description></item><item><title>2008 October 23 - Links for today &amp;laquo; My (almost) Daily Links</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/10/22/it-ain-t-you-babe-a-not-a-bug-bug-in-datagrid.aspx#115889</link><pubDate>Thu, 23 Oct 2008 09:08:01 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:115889</guid><dc:creator>2008 October 23 - Links for today « My (almost) Daily Links</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;2008 October 23 - Links for today &amp;amp;laquo; My (almost) Daily Links&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=115889" width="1" height="1"&gt;</description></item><item><title>re: It Ain't You, Babe… A Not-a-bug bug in DataGrid</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/10/22/it-ain-t-you-babe-a-not-a-bug-bug-in-datagrid.aspx#115355</link><pubDate>Wed, 22 Oct 2008 15:48:26 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:115355</guid><dc:creator>CoderX</dc:creator><description>&lt;p&gt;wackyphill- We've been seeing the same thing. There is a thread going in the forums, but so far no response at all from MS. Jesse if you could make sure the right people see this we would appreciate it. I'm supposed to ship in a little over a week and this bug is giving me ulcers. &lt;a rel="nofollow" target="_new" href="http://silverlight.net/forums/t/36559.aspx"&gt;silverlight.net/.../36559.aspx&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=115355" width="1" height="1"&gt;</description></item><item><title>re: It Ain't You, Babe… A Not-a-bug bug in DataGrid</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/10/22/it-ain-t-you-babe-a-not-a-bug-bug-in-datagrid.aspx#115286</link><pubDate>Wed, 22 Oct 2008 14:37:19 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:115286</guid><dc:creator>wackyphill</dc:creator><description>&lt;p&gt;Jesse,&lt;/p&gt;
&lt;p&gt;Thanks for writing about this. It has been driving me crazy! &lt;/p&gt;
&lt;p&gt;The datagrid also seems to have some rendering problems where it does not redraw all of its rows correctly in certain situations.&lt;/p&gt;
&lt;p&gt;Like when a button in your grid fires an event and then the user sorts by a column...very frustrating.&lt;/p&gt;
&lt;p&gt;Please tell me the DataGrid people are busy working to improve this very valuable control.&lt;/p&gt;
&lt;p&gt;BTW if/when an update tot he DataGrid happens how will we get it and start using it instead of the existing one?&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=115286" width="1" height="1"&gt;</description></item><item><title>re: It Ain't You, Babe… A Not-a-bug bug in DataGrid</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/10/22/it-ain-t-you-babe-a-not-a-bug-bug-in-datagrid.aspx#115216</link><pubDate>Wed, 22 Oct 2008 13:28:41 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:115216</guid><dc:creator>wisecarver</dc:creator><description>&lt;p&gt;Note: IE8.B2 will only show the code_block vertical scrollbars in compatibility mode.&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=115216" width="1" height="1"&gt;</description></item><item><title>re: It Ain't You, Babe… A Not-a-bug bug in DataGrid</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/10/22/it-ain-t-you-babe-a-not-a-bug-bug-in-datagrid.aspx#115207</link><pubDate>Wed, 22 Oct 2008 13:11:21 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:115207</guid><dc:creator>Steve Strong</dc:creator><description>&lt;p&gt;Thank you for removing the line numbers in you posting. &amp;nbsp;this makes it a lot easier to verify your results.&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=115207" width="1" height="1"&gt;</description></item></channel></rss>