<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>wpf Work Item Rss Feed</title><link>http://www.codeplex.com/wpf/WorkItem/List.aspx</link><description>wpf Work Item Rss Description</description><item><title>Closed Issue: InvalidOperationException when adding row to single selection DataGrid [7529]</title><link>http://wpf.codeplex.com/workitem/7529</link><description>If you set the DataGrid SelectionMode&amp;#61;&amp;#34;Single&amp;#34; and CanUserAddRows&amp;#61;&amp;#34;True&amp;#34; and try to add a row by double clicking on the placeholder, you get the following exception&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;System.InvalidOperationException was unhandled&lt;br /&gt;  Message&amp;#61;&amp;#34;Can only change SelectedItems collection in multiple selection modes. Use SelectedItem in single select modes.&amp;#34;&lt;br /&gt;  Source&amp;#61;&amp;#34;PresentationFramework&amp;#34;&lt;br /&gt;  StackTrace&amp;#58;&lt;br /&gt;       at System.Windows.Controls.Primitives.Selector.OnSelectedItemsCollectionChanged&amp;#40;Object sender, NotifyCollectionChangedEventArgs e&amp;#41;&lt;br /&gt;       at System.Collections.ObjectModel.ObservableCollection&amp;#96;1.OnCollectionChanged&amp;#40;NotifyCollectionChangedEventArgs e&amp;#41;&lt;br /&gt;       at System.Collections.ObjectModel.ObservableCollection&amp;#96;1.RemoveItem&amp;#40;Int32 index&amp;#41;&lt;br /&gt;       at System.Windows.Controls.SelectedItemCollection.RemoveItem&amp;#40;Int32 index&amp;#41;&lt;br /&gt;       at System.Collections.ObjectModel.Collection&amp;#96;1.Remove&amp;#40;T item&amp;#41;&lt;br /&gt;       at System.Collections.ObjectModel.Collection&amp;#96;1.System.Collections.IList.Remove&amp;#40;Object value&amp;#41;&lt;br /&gt;       at Microsoft.Windows.Controls.DataGrid.UnselectItem&amp;#40;Object item&amp;#41; in C&amp;#58;&amp;#92;Work&amp;#92;WPF&amp;#92;DataGridCTPSample&amp;#92;Toolkit-release&amp;#92;DataGrid&amp;#92;Microsoft&amp;#92;Windows&amp;#92;Controls&amp;#92;DataGrid.cs&amp;#58;line 3837&lt;br /&gt;       at Microsoft.Windows.Controls.DataGrid.OnExecutedBeginEdit&amp;#40;ExecutedRoutedEventArgs e&amp;#41; in C&amp;#58;&amp;#92;Work&amp;#92;WPF&amp;#92;DataGridCTPSample&amp;#92;Toolkit-release&amp;#92;DataGrid&amp;#92;Microsoft&amp;#92;Windows&amp;#92;Controls&amp;#92;DataGrid.cs&amp;#58;line 1527&lt;br /&gt;       at Microsoft.Windows.Controls.DataGrid.OnExecutedBeginEdit&amp;#40;Object sender, ExecutedRoutedEventArgs e&amp;#41; in C&amp;#58;&amp;#92;Work&amp;#92;WPF&amp;#92;DataGridCTPSample&amp;#92;Toolkit-release&amp;#92;DataGrid&amp;#92;Microsoft&amp;#92;Windows&amp;#92;Controls&amp;#92;DataGrid.cs&amp;#58;line 1492&lt;br /&gt;       at System.Windows.Input.CommandBinding.OnExecuted&amp;#40;Object sender, ExecutedRoutedEventArgs e&amp;#41;&lt;br /&gt;       at System.Windows.Input.CommandManager.ExecuteCommandBinding&amp;#40;Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding&amp;#41;&lt;br /&gt;       at System.Windows.Input.CommandManager.FindCommandBinding&amp;#40;CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute&amp;#41;&lt;br /&gt;       at System.Windows.Input.CommandManager.FindCommandBinding&amp;#40;Object sender, RoutedEventArgs e, ICommand command, Boolean execute&amp;#41;&lt;br /&gt;       at System.Windows.Input.CommandManager.OnExecuted&amp;#40;Object sender, ExecutedRoutedEventArgs e&amp;#41;&lt;br /&gt;       at System.Windows.UIElement.OnExecutedThunk&amp;#40;Object sender, ExecutedRoutedEventArgs e&amp;#41;&lt;br /&gt;       at System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler&amp;#40;Delegate genericHandler, Object target&amp;#41;&lt;br /&gt;       at System.Windows.RoutedEventArgs.InvokeHandler&amp;#40;Delegate handler, Object target&amp;#41;&lt;br /&gt;       at System.Windows.RoutedEventHandlerInfo.InvokeHandler&amp;#40;Object target, RoutedEventArgs routedEventArgs&amp;#41;&lt;br /&gt;       at System.Windows.EventRoute.InvokeHandlersImpl&amp;#40;Object source, RoutedEventArgs args, Boolean reRaised&amp;#41;&lt;br /&gt;       at System.Windows.UIElement.RaiseEventImpl&amp;#40;DependencyObject sender, RoutedEventArgs args&amp;#41;&lt;br /&gt;       at System.Windows.UIElement.RaiseEvent&amp;#40;RoutedEventArgs args, Boolean trusted&amp;#41;&lt;br /&gt;       at System.Windows.Input.RoutedCommand.ExecuteImpl&amp;#40;Object parameter, IInputElement target, Boolean userInitiated&amp;#41;&lt;br /&gt;       at System.Windows.Input.RoutedCommand.Execute&amp;#40;Object parameter, IInputElement target&amp;#41;&lt;br /&gt;       at Microsoft.Windows.Controls.DataGrid.BeginEdit&amp;#40;RoutedEventArgs editingEventArgs&amp;#41; in C&amp;#58;&amp;#92;Work&amp;#92;WPF&amp;#92;DataGridCTPSample&amp;#92;Toolkit-release&amp;#92;DataGrid&amp;#92;Microsoft&amp;#92;Windows&amp;#92;Controls&amp;#92;DataGrid.cs&amp;#58;line 2336&lt;br /&gt;       at Microsoft.Windows.Controls.DataGridCell.OnAnyMouseLeftButtonDown&amp;#40;MouseButtonEventArgs e&amp;#41; in C&amp;#58;&amp;#92;Work&amp;#92;WPF&amp;#92;DataGridCTPSample&amp;#92;Toolkit-release&amp;#92;DataGrid&amp;#92;Microsoft&amp;#92;Windows&amp;#92;Controls&amp;#92;DataGridCell.cs&amp;#58;line 658&lt;br /&gt;       at Microsoft.Windows.Controls.DataGridCell.OnAnyMouseLeftButtonDownThunk&amp;#40;Object sender, MouseButtonEventArgs e&amp;#41; in C&amp;#58;&amp;#92;Work&amp;#92;WPF&amp;#92;DataGridCTPSample&amp;#92;Toolkit-release&amp;#92;DataGrid&amp;#92;Microsoft&amp;#92;Windows&amp;#92;Controls&amp;#92;DataGridCell.cs&amp;#58;line 636&lt;br /&gt;       at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler&amp;#40;Delegate genericHandler, Object genericTarget&amp;#41;&lt;br /&gt;       at System.Windows.RoutedEventArgs.InvokeHandler&amp;#40;Delegate handler, Object target&amp;#41;&lt;br /&gt;       at System.Windows.RoutedEventHandlerInfo.InvokeHandler&amp;#40;Object target, RoutedEventArgs routedEventArgs&amp;#41;&lt;br /&gt;       at System.Windows.EventRoute.InvokeHandlersImpl&amp;#40;Object source, RoutedEventArgs args, Boolean reRaised&amp;#41;&lt;br /&gt;       at System.Windows.UIElement.ReRaiseEventAs&amp;#40;DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent&amp;#41;&lt;br /&gt;       at System.Windows.UIElement.CrackMouseButtonEventAndReRaiseEvent&amp;#40;DependencyObject sender, MouseButtonEventArgs e&amp;#41;&lt;br /&gt;       at System.Windows.UIElement.OnMouseDownThunk&amp;#40;Object sender, MouseButtonEventArgs e&amp;#41;&lt;br /&gt;       at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler&amp;#40;Delegate genericHandler, Object genericTarget&amp;#41;&lt;br /&gt;       at System.Windows.RoutedEventArgs.InvokeHandler&amp;#40;Delegate handler, Object target&amp;#41;&lt;br /&gt;       at System.Windows.RoutedEventHandlerInfo.InvokeHandler&amp;#40;Object target, RoutedEventArgs routedEventArgs&amp;#41;&lt;br /&gt;       at System.Windows.EventRoute.InvokeHandlersImpl&amp;#40;Object source, RoutedEventArgs args, Boolean reRaised&amp;#41;&lt;br /&gt;       at System.Windows.UIElement.RaiseEventImpl&amp;#40;DependencyObject sender, RoutedEventArgs args&amp;#41;&lt;br /&gt;       at System.Windows.UIElement.RaiseEvent&amp;#40;RoutedEventArgs args, Boolean trusted&amp;#41;&lt;br /&gt;       at System.Windows.Input.InputManager.ProcessStagingArea&amp;#40;&amp;#41;&lt;br /&gt;       at System.Windows.Input.InputManager.ProcessInput&amp;#40;InputEventArgs input&amp;#41;&lt;br /&gt;       at System.Windows.Input.InputProviderSite.ReportInput&amp;#40;InputReport inputReport&amp;#41;&lt;br /&gt;       at System.Windows.Interop.HwndMouseInputProvider.ReportInput&amp;#40;IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel&amp;#41;&lt;br /&gt;       at System.Windows.Interop.HwndMouseInputProvider.FilterMessage&amp;#40;IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;#38; handled&amp;#41;&lt;br /&gt;       at System.Windows.Interop.HwndSource.InputFilterMessage&amp;#40;IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;#38; handled&amp;#41;&lt;br /&gt;       at MS.Win32.HwndWrapper.WndProc&amp;#40;IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;#38; handled&amp;#41;&lt;br /&gt;       at MS.Win32.HwndSubclass.DispatcherCallbackOperation&amp;#40;Object o&amp;#41;&lt;br /&gt;       at System.Windows.Threading.ExceptionWrapper.InternalRealCall&amp;#40;Delegate callback, Object args, Boolean isSingleParameter&amp;#41;&lt;br /&gt;       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen&amp;#40;Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler&amp;#41;&lt;br /&gt;       at System.Windows.Threading.Dispatcher.WrappedInvoke&amp;#40;Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler&amp;#41;&lt;br /&gt;       at System.Windows.Threading.Dispatcher.InvokeImpl&amp;#40;DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter&amp;#41;&lt;br /&gt;       at System.Windows.Threading.Dispatcher.Invoke&amp;#40;DispatcherPriority priority, Delegate method, Object arg&amp;#41;&lt;br /&gt;       at MS.Win32.HwndSubclass.SubclassWndProc&amp;#40;IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam&amp;#41;&lt;br /&gt;       at MS.Win32.UnsafeNativeMethods.DispatchMessage&amp;#40;MSG&amp;#38; msg&amp;#41;&lt;br /&gt;       at System.Windows.Threading.Dispatcher.PushFrameImpl&amp;#40;DispatcherFrame frame&amp;#41;&lt;br /&gt;       at System.Windows.Threading.Dispatcher.PushFrame&amp;#40;DispatcherFrame frame&amp;#41;&lt;br /&gt;       at System.Windows.Threading.Dispatcher.Run&amp;#40;&amp;#41;&lt;br /&gt;       at System.Windows.Application.RunDispatcher&amp;#40;Object ignore&amp;#41;&lt;br /&gt;       at System.Windows.Application.RunInternal&amp;#40;Window window&amp;#41;&lt;br /&gt;       at System.Windows.Application.Run&amp;#40;Window window&amp;#41;&lt;br /&gt;       at System.Windows.Application.Run&amp;#40;&amp;#41;&lt;br /&gt;       at DataGridCTPSample.App.Main&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Work&amp;#92;WPF&amp;#92;DataGridCTPSample&amp;#92;DataGridCTPSample&amp;#92;obj&amp;#92;Debug&amp;#92;App.g.cs&amp;#58;line 0&lt;br /&gt;       at System.AppDomain._nExecuteAssembly&amp;#40;Assembly assembly, String&amp;#91;&amp;#93; args&amp;#41;&lt;br /&gt;       at System.AppDomain.ExecuteAssembly&amp;#40;String assemblyFile, Evidence assemblySecurity, String&amp;#91;&amp;#93; args&amp;#41;&lt;br /&gt;       at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly&amp;#40;&amp;#41;&lt;br /&gt;       at System.Threading.ThreadHelper.ThreadStart_Context&amp;#40;Object state&amp;#41;&lt;br /&gt;       at System.Threading.ExecutionContext.Run&amp;#40;ExecutionContext executionContext, ContextCallback callback, Object state&amp;#41;&lt;br /&gt;       at System.Threading.ThreadHelper.ThreadStart&amp;#40;&amp;#41;&lt;br /&gt;  InnerException&amp;#58; &lt;br /&gt;&amp;#160;&lt;br /&gt;The code breaks on line 3837 of DataGrid.cs &amp;#40;CTP&amp;#41;.&lt;br /&gt;&amp;#160;&lt;br /&gt;You can reproduce this behavior using Vincent Sibal&amp;#39;s sample found at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;vinsibal&amp;#47;archive&amp;#47;2008&amp;#47;08&amp;#47;25&amp;#47;wpf-datagrid-sample-add-a-preview-tooltip-to-a-scrollviewer.aspx&lt;br /&gt;Just pick &amp;#34;Single&amp;#34; in the SelectionMode drop down and then double click on the empty row at the bottom of the grid.&lt;br /&gt;</description><author>BenCarter</author><pubDate>Thu, 16 May 2013 12:31:19 GMT</pubDate><guid isPermaLink="false">Closed Issue: InvalidOperationException when adding row to single selection DataGrid [7529] 20130516123119P</guid></item><item><title>Closed Issue: CanUserAddRows="False" and CanUserDeleteRows="False" are not respected and cause exceptions [7565]</title><link>http://wpf.codeplex.com/workitem/7565</link><description>I want a sortable, read-only view of my data with no ability to add or remove rows.  To accomplish this I used the following &amp;#40;real app has more columns&amp;#41;&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#60;dg&amp;#58;DataGrid ItemsSource&amp;#61;&amp;#34;&amp;#123;Binding Path&amp;#61;Users&amp;#125;&amp;#34; AutoGenerateColumns&amp;#61;&amp;#34;False&amp;#34; CanUserAddRows&amp;#61;&amp;#34;False&amp;#34; CanUserDeleteRows&amp;#61;&amp;#34;False&amp;#34; &amp;#62;&lt;br /&gt;  &amp;#60;dg&amp;#58;DataGrid.Columns&amp;#62;&lt;br /&gt;    &amp;#60;dg&amp;#58;DataGridTemplateColumn Header&amp;#61;&amp;#34;User Name&amp;#34; SortMemberPath&amp;#61;&amp;#34;UserName&amp;#34; &amp;#62;&lt;br /&gt;      &amp;#60;dg&amp;#58;DataGridTemplateColumn.CellTemplate&amp;#62;&lt;br /&gt;        &amp;#60;DataTemplate&amp;#62;&lt;br /&gt;          &amp;#60;TextBlock Text&amp;#61;&amp;#34;&amp;#123;Binding Path&amp;#61;UserName&amp;#125;&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;DataTemplate&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;dg&amp;#58;DataGridTemplateColumn.CellTemplate&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;dg&amp;#58;DataGridTemplateColumn&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;dg&amp;#58;DataGrid.Columns&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;dg&amp;#58;DataGrid&amp;#62;&lt;br /&gt;&amp;#160;&lt;br /&gt;The problem is that the DataGrid does not respect the CanUserAddRows and CanUserDeleteRows properties and includes an extra row in the resulting DataGrid.  This extra row is always editable.  When the user edits one of the cells in the extra row, the DataGrid attempts to add another item to the collection.  Since I have set CanUserAddRows&amp;#61;&amp;#34;False&amp;#34; this violates an assertion &amp;#40;see attached image&amp;#41;.  If I attempt to continue past the assertion, a null reference exception is thrown &amp;#40;see below&amp;#41;, likely because I am now trying to edit an item that doesn&amp;#39;t exist.  This extra row should not appear when CanUserAddRows is set to false.  The DataGrid is pretty much unusable until this is fixed &amp;#58;&amp;#40;&lt;br /&gt;&amp;#160;&lt;br /&gt;Exception detail&amp;#58;&lt;br /&gt;System.NullReferenceException was unhandled by user code&lt;br /&gt;  Message&amp;#61;&amp;#34;Object reference not set to an instance of an object.&amp;#34;&lt;br /&gt;  Source&amp;#61;&amp;#34;WPFToolkit&amp;#34;&lt;br /&gt;  StackTrace&amp;#58;&lt;br /&gt;       at Microsoft.Windows.Controls.DataGrid.OnExecutedBeginEdit&amp;#40;ExecutedRoutedEventArgs e&amp;#41; in C&amp;#58;&amp;#92;Source&amp;#92;Azaleos&amp;#92;ThirdPartyAssemblies&amp;#92;DataGrid_CTP&amp;#92;Toolkit-release&amp;#92;DataGrid&amp;#92;Microsoft&amp;#92;Windows&amp;#92;Controls&amp;#92;DataGrid.cs&amp;#58;line 1575&lt;br /&gt;       at Microsoft.Windows.Controls.DataGrid.OnExecutedBeginEdit&amp;#40;Object sender, ExecutedRoutedEventArgs e&amp;#41; in C&amp;#58;&amp;#92;Source&amp;#92;Azaleos&amp;#92;ThirdPartyAssemblies&amp;#92;DataGrid_CTP&amp;#92;Toolkit-release&amp;#92;DataGrid&amp;#92;Microsoft&amp;#92;Windows&amp;#92;Controls&amp;#92;DataGrid.cs&amp;#58;line 1492&lt;br /&gt;       at System.Windows.Input.CommandBinding.OnExecuted&amp;#40;Object sender, ExecutedRoutedEventArgs e&amp;#41;&lt;br /&gt;       at System.Windows.Input.CommandManager.ExecuteCommandBinding&amp;#40;Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding&amp;#41;&lt;br /&gt;       at System.Windows.Input.CommandManager.FindCommandBinding&amp;#40;CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute&amp;#41;&lt;br /&gt;       at System.Windows.Input.CommandManager.FindCommandBinding&amp;#40;Object sender, RoutedEventArgs e, ICommand command, Boolean execute&amp;#41;&lt;br /&gt;       at System.Windows.Input.CommandManager.OnExecuted&amp;#40;Object sender, ExecutedRoutedEventArgs e&amp;#41;&lt;br /&gt;       at System.Windows.UIElement.OnExecutedThunk&amp;#40;Object sender, ExecutedRoutedEventArgs e&amp;#41;&lt;br /&gt;       at System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler&amp;#40;Delegate genericHandler, Object target&amp;#41;&lt;br /&gt;       at System.Windows.RoutedEventArgs.InvokeHandler&amp;#40;Delegate handler, Object target&amp;#41;&lt;br /&gt;       at System.Windows.RoutedEventHandlerInfo.InvokeHandler&amp;#40;Object target, RoutedEventArgs routedEventArgs&amp;#41;&lt;br /&gt;       at System.Windows.EventRoute.InvokeHandlersImpl&amp;#40;Object source, RoutedEventArgs args, Boolean reRaised&amp;#41;&lt;br /&gt;       at System.Windows.UIElement.RaiseEventImpl&amp;#40;DependencyObject sender, RoutedEventArgs args&amp;#41;&lt;br /&gt;       at System.Windows.UIElement.RaiseEvent&amp;#40;RoutedEventArgs args, Boolean trusted&amp;#41;&lt;br /&gt;       at System.Windows.Input.RoutedCommand.ExecuteImpl&amp;#40;Object parameter, IInputElement target, Boolean userInitiated&amp;#41;&lt;br /&gt;       at System.Windows.Input.RoutedCommand.Execute&amp;#40;Object parameter, IInputElement target&amp;#41;&lt;br /&gt;       at Microsoft.Windows.Controls.DataGrid.BeginEdit&amp;#40;RoutedEventArgs editingEventArgs&amp;#41; in C&amp;#58;&amp;#92;Source&amp;#92;Azaleos&amp;#92;ThirdPartyAssemblies&amp;#92;DataGrid_CTP&amp;#92;Toolkit-release&amp;#92;DataGrid&amp;#92;Microsoft&amp;#92;Windows&amp;#92;Controls&amp;#92;DataGrid.cs&amp;#58;line 2336&lt;br /&gt;       at Microsoft.Windows.Controls.DataGridCell.OnAnyMouseLeftButtonDown&amp;#40;MouseButtonEventArgs e&amp;#41; in C&amp;#58;&amp;#92;Source&amp;#92;Azaleos&amp;#92;ThirdPartyAssemblies&amp;#92;DataGrid_CTP&amp;#92;Toolkit-release&amp;#92;DataGrid&amp;#92;Microsoft&amp;#92;Windows&amp;#92;Controls&amp;#92;DataGridCell.cs&amp;#58;line 658&lt;br /&gt;       at Microsoft.Windows.Controls.DataGridCell.OnAnyMouseLeftButtonDownThunk&amp;#40;Object sender, MouseButtonEventArgs e&amp;#41; in C&amp;#58;&amp;#92;Source&amp;#92;Azaleos&amp;#92;ThirdPartyAssemblies&amp;#92;DataGrid_CTP&amp;#92;Toolkit-release&amp;#92;DataGrid&amp;#92;Microsoft&amp;#92;Windows&amp;#92;Controls&amp;#92;DataGridCell.cs&amp;#58;line 636&lt;br /&gt;       at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler&amp;#40;Delegate genericHandler, Object genericTarget&amp;#41;&lt;br /&gt;       at System.Windows.RoutedEventArgs.InvokeHandler&amp;#40;Delegate handler, Object target&amp;#41;&lt;br /&gt;       at System.Windows.RoutedEventHandlerInfo.InvokeHandler&amp;#40;Object target, RoutedEventArgs routedEventArgs&amp;#41;&lt;br /&gt;       at System.Windows.EventRoute.InvokeHandlersImpl&amp;#40;Object source, RoutedEventArgs args, Boolean reRaised&amp;#41;&lt;br /&gt;       at System.Windows.UIElement.ReRaiseEventAs&amp;#40;DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent&amp;#41;&lt;br /&gt;       at System.Windows.UIElement.CrackMouseButtonEventAndReRaiseEvent&amp;#40;DependencyObject sender, MouseButtonEventArgs e&amp;#41;&lt;br /&gt;       at System.Windows.UIElement.OnMouseDownThunk&amp;#40;Object sender, MouseButtonEventArgs e&amp;#41;&lt;br /&gt;       at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler&amp;#40;Delegate genericHandler, Object genericTarget&amp;#41;&lt;br /&gt;       at System.Windows.RoutedEventArgs.InvokeHandler&amp;#40;Delegate handler, Object target&amp;#41;&lt;br /&gt;       at System.Windows.RoutedEventHandlerInfo.InvokeHandler&amp;#40;Object target, RoutedEventArgs routedEventArgs&amp;#41;&lt;br /&gt;       at System.Windows.EventRoute.InvokeHandlersImpl&amp;#40;Object source, RoutedEventArgs args, Boolean reRaised&amp;#41;&lt;br /&gt;       at System.Windows.UIElement.RaiseEventImpl&amp;#40;DependencyObject sender, RoutedEventArgs args&amp;#41;&lt;br /&gt;       at System.Windows.UIElement.RaiseEvent&amp;#40;RoutedEventArgs args, Boolean trusted&amp;#41;&lt;br /&gt;       at System.Windows.Input.InputManager.ProcessStagingArea&amp;#40;&amp;#41;&lt;br /&gt;       at System.Windows.Input.InputManager.ProcessInput&amp;#40;InputEventArgs input&amp;#41;&lt;br /&gt;       at System.Windows.Input.InputProviderSite.ReportInput&amp;#40;InputReport inputReport&amp;#41;&lt;br /&gt;       at System.Windows.Interop.HwndMouseInputProvider.ReportInput&amp;#40;IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel&amp;#41;&lt;br /&gt;       at System.Windows.Interop.HwndMouseInputProvider.FilterMessage&amp;#40;IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;#38; handled&amp;#41;&lt;br /&gt;       at System.Windows.Interop.HwndSource.InputFilterMessage&amp;#40;IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;#38; handled&amp;#41;&lt;br /&gt;       at MS.Win32.HwndWrapper.WndProc&amp;#40;IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;#38; handled&amp;#41;&lt;br /&gt;       at MS.Win32.HwndSubclass.DispatcherCallbackOperation&amp;#40;Object o&amp;#41;&lt;br /&gt;       at System.Windows.Threading.ExceptionWrapper.InternalRealCall&amp;#40;Delegate callback, Object args, Boolean isSingleParameter&amp;#41;&lt;br /&gt;       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen&amp;#40;Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler&amp;#41;&lt;br /&gt;       at System.Windows.Threading.Dispatcher.WrappedInvoke&amp;#40;Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler&amp;#41;&lt;br /&gt;       at System.Windows.Threading.Dispatcher.InvokeImpl&amp;#40;DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter&amp;#41;&lt;br /&gt;       at System.Windows.Threading.Dispatcher.Invoke&amp;#40;DispatcherPriority priority, Delegate method, Object arg&amp;#41;&lt;br /&gt;       at MS.Win32.HwndSubclass.SubclassWndProc&amp;#40;IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam&amp;#41;&lt;br /&gt;       at MS.Win32.UnsafeNativeMethods.DispatchMessage&amp;#40;MSG&amp;#38; msg&amp;#41;&lt;br /&gt;       at System.Windows.Threading.Dispatcher.PushFrameImpl&amp;#40;DispatcherFrame frame&amp;#41;&lt;br /&gt;       at System.Windows.Threading.Dispatcher.PushFrame&amp;#40;DispatcherFrame frame&amp;#41;&lt;br /&gt;       at System.Windows.Threading.Dispatcher.Run&amp;#40;&amp;#41;&lt;br /&gt;       at System.Windows.Application.RunDispatcher&amp;#40;Object ignore&amp;#41;&lt;br /&gt;       at System.Windows.Application.StartDispatcherInBrowser&amp;#40;Object unused&amp;#41;&lt;br /&gt;  InnerException&amp;#58;&lt;br /&gt;</description><author>BenCarter</author><pubDate>Thu, 16 May 2013 12:31:19 GMT</pubDate><guid isPermaLink="false">Closed Issue: CanUserAddRows="False" and CanUserDeleteRows="False" are not respected and cause exceptions [7565] 20130516123119P</guid></item><item><title>Closed Issue: DataGrid does not work in partial trust xbap [7606]</title><link>http://wpf.codeplex.com/workitem/7606</link><description>System.Security.SecurityException was unhandled by user code&lt;br /&gt;  Message&amp;#61;&amp;#34;Request for the permission of type &amp;#39;System.Security.Permissions.SecurityPermission, mscorlib, Version&amp;#61;2.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b77a5c561934e089&amp;#39; failed.&amp;#34;&lt;br /&gt;  Source&amp;#61;&amp;#34;WPFToolkit&amp;#34;&lt;br /&gt;  StackTrace&amp;#58;&lt;br /&gt;       at Microsoft.Windows.Controls.WeakHashtable.SetWeak&amp;#40;Object key, Object value&amp;#41;&lt;br /&gt;       at Microsoft.Windows.Controls.DataGridHelper.GetPropertyTransferEnabledMapForObject&amp;#40;DependencyObject d, DependencyProperty p&amp;#41;&lt;br /&gt;       at Microsoft.Windows.Controls.DataGridHelper.TransferProperty&amp;#40;DependencyObject d, DependencyProperty p&amp;#41;&lt;br /&gt;       at Microsoft.Windows.Controls.DataGridColumn.SyncProperties&amp;#40;&amp;#41;&lt;br /&gt;       at Microsoft.Windows.Controls.DataGrid.UpdateColumnSizeConstraints&amp;#40;IList list&amp;#41;&lt;br /&gt;       at Microsoft.Windows.Controls.DataGrid.OnColumnsChanged&amp;#40;Object sender, NotifyCollectionChangedEventArgs e&amp;#41;&lt;br /&gt;       at System.Collections.ObjectModel.ObservableCollection&amp;#96;1.OnCollectionChanged&amp;#40;NotifyCollectionChangedEventArgs e&amp;#41;&lt;br /&gt;       at Microsoft.Windows.Controls.DataGridColumnCollection.OnCollectionChanged&amp;#40;NotifyCollectionChangedEventArgs e&amp;#41;&lt;br /&gt;       at System.Collections.ObjectModel.ObservableCollection&amp;#96;1.InsertItem&amp;#40;Int32 index, T item&amp;#41;&lt;br /&gt;       at Microsoft.Windows.Controls.DataGridColumnCollection.InsertItem&amp;#40;Int32 index, DataGridColumn item&amp;#41;&lt;br /&gt;       at System.Collections.ObjectModel.Collection&amp;#96;1.Add&amp;#40;T item&amp;#41;&lt;br /&gt;       at System.Collections.ObjectModel.Collection&amp;#96;1.System.Collections.IList.Add&amp;#40;Object value&amp;#41;&lt;br /&gt;       at System.Windows.Markup.BamlRecordReader.SetPropertyValueToParent&amp;#40;Boolean fromStartTag, Boolean&amp;#38; isMarkupExtension&amp;#41;&lt;br /&gt;  InnerException&amp;#58; &lt;br /&gt;&amp;#160;&lt;br /&gt;I managed to hack out the weak hash table references but then I lose the column headers.  A workaround for this would be greatly appreciated and I would hope that the released version will support partial trust xbap as it is a supported means of deployment.&lt;br /&gt;</description><author>BenCarter</author><pubDate>Thu, 16 May 2013 12:31:19 GMT</pubDate><guid isPermaLink="false">Closed Issue: DataGrid does not work in partial trust xbap [7606] 20130516123119P</guid></item><item><title>Closed Issue: Memory Leak in VSM [7906]</title><link>http://wpf.codeplex.com/workitem/7906</link><description>The implementation of VSM is using a DependencyPropertyDescriptor to know when the value of a property has changed. However, you never unhook that so the object for which you added a handler &amp;#40;button, calendar, etc.&amp;#41; will be rooted.&lt;br /&gt;</description><author>BenCarter</author><pubDate>Thu, 16 May 2013 12:31:17 GMT</pubDate><guid isPermaLink="false">Closed Issue: Memory Leak in VSM [7906] 20130516123117P</guid></item><item><title>Closed Issue: AutoGenerateColumns fails when column name contains a period [9852]</title><link>http://wpf.codeplex.com/workitem/9852</link><description>When using AutoGenerateColumns&amp;#61;&amp;#34;true&amp;#34; to bind to a DataTable that has a column with a period &amp;#40;.&amp;#41; in its name &amp;#40;for example, &amp;#34;my.columnName&amp;#34;&amp;#41;, then the column will render in the DataGrid, but the cells will not display any data.&lt;br /&gt;</description><author>petterh</author><pubDate>Thu, 16 May 2013 12:31:06 GMT</pubDate><guid isPermaLink="false">Closed Issue: AutoGenerateColumns fails when column name contains a period [9852] 20130516123106P</guid></item><item><title>Closed Issue: DataGrid SelectionChanged event fired many times when scrolling [11077]</title><link>http://wpf.codeplex.com/workitem/11077</link><description>If you scroll up&amp;#47;down with the mouse and you don&amp;#39;t change the selected row&amp;#40;s&amp;#41; but the event will be fired as many times as many row you scrolled. In this case the event should not be fired.&lt;br /&gt;If you scroll with keyboard and you use the page up&amp;#47;down keys, you jump a few rows and change the selection. In this case the event will be fire not only once but as many times as many rows you jumped. &lt;br /&gt;&amp;#160;&lt;br /&gt;This behaviour is a major performance issue if you have a longer task to do when you have the selection changed.&lt;br /&gt;&amp;#160;&lt;br /&gt;To reproduce&amp;#58;&lt;br /&gt;1, Create a DataGrid&lt;br /&gt;2, Fill it with 100 rows&lt;br /&gt;3, Make the DataGrid big enough to display 20 lines&lt;br /&gt;4, Make the Vertical Scrollbar visible&lt;br /&gt;5, Create a SelectionChanged event &amp;#40;you can put a Sleep&amp;#40;&amp;#41; into the handler to feel the problem&amp;#58;&amp;#41;&lt;br /&gt;6, Put a breakpoint into the event&lt;br /&gt;7, Run the app&lt;br /&gt;8, Select a row&lt;br /&gt;9, Scroll with keyboard or mouse&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;I used the DataGrid of the June 2009 Toolkit, and also tried the DataGrid in build 29533 &amp;#40;November 2009&amp;#41;.&lt;br /&gt;</description><author>navin08</author><pubDate>Thu, 16 May 2013 12:31:03 GMT</pubDate><guid isPermaLink="false">Closed Issue: DataGrid SelectionChanged event fired many times when scrolling [11077] 20130516123103P</guid></item><item><title>Closed Issue: DatePicker: DisplayDateStart and DisplayDateEnd gets modified [11121]</title><link>http://wpf.codeplex.com/workitem/11121</link><description>If a date is entered in the DatePicker textbox, and that date is before the DisplayDateStart, the date value is allowed, AND the DisplayDateStart gets changed to the entered date.&lt;br /&gt;&amp;#160;&lt;br /&gt;If the date entered is after DisplayDateEnd, the date value is allowed AND the DisplayDateEnd gets changed to the entered date.&lt;br /&gt;</description><author>taurus1900</author><pubDate>Thu, 16 May 2013 12:31:03 GMT</pubDate><guid isPermaLink="false">Closed Issue: DatePicker: DisplayDateStart and DisplayDateEnd gets modified [11121] 20130516123103P</guid></item><item><title>Closed Issue: Right-click on the window icon is handled wrong in a ribbonwindow with the august 02 release of the Micorosoft Ribbon for WPF [13903]</title><link>http://wpf.codeplex.com/workitem/13903</link><description>Hello&lt;br /&gt;&amp;#160;&lt;br /&gt;When right clicking the window icon in a ribbonwindow the system menu shows up the same way as if it was left clicked. This is different from a normal window where right clicking the window icon causes the same effect as if there was a right click in the non client area. Also at this moment the system menu shows up on the rightmousedown event where it should be rightmouseup like other windows.&lt;br /&gt;&amp;#160;&lt;br /&gt;To see this is very simple. You can just run one of the sample you get together with the source code and compare it to a normal wpf window or win32 window.&lt;br /&gt;</description><author>navin08</author><pubDate>Thu, 16 May 2013 12:31:03 GMT</pubDate><guid isPermaLink="false">Closed Issue: Right-click on the window icon is handled wrong in a ribbonwindow with the august 02 release of the Micorosoft Ribbon for WPF [13903] 20130516123103P</guid></item><item><title>Closed Issue: White glow on ribbonwindow title not shown in .net 4.0 [13928]</title><link>http://wpf.codeplex.com/workitem/13928</link><description>Hello everyone&lt;br /&gt;&amp;#160;&lt;br /&gt;The white glow on a title in a window and a ribbonwindow doesn&amp;#39;t work in .net 4.0 because bitmapeffects are unsupported. &lt;br /&gt;Normally they should automatically be mapped on the correct effect from system.windows.media.effects, but the used bitmapeffects doesn&amp;#39;t have a mapping.&lt;br /&gt;&amp;#160;&lt;br /&gt;Thank you.&lt;br /&gt;</description><author>navin08</author><pubDate>Thu, 16 May 2013 12:31:03 GMT</pubDate><guid isPermaLink="false">Closed Issue: White glow on ribbonwindow title not shown in .net 4.0 [13928] 20130516123103P</guid></item><item><title>Closed Issue: Icon, title and qatoolbar are outlined uncorrectly when a ribbonwindow is maximized. [13929]</title><link>http://wpf.codeplex.com/workitem/13929</link><description>Hello everyone&lt;br /&gt;&amp;#160;&lt;br /&gt;When maximizing a ribbonwindow or other window, the icon and the title would normally be placed lower when the window is maximized.&lt;br /&gt;This doesn&amp;#39;t happen with the ribbonwindow. To see this, maximize a ribbonwindow, for example one of the samples and compare it to al normal window.&lt;br /&gt;&amp;#160;&lt;br /&gt;Thank you.&lt;br /&gt;</description><author>troym</author><pubDate>Thu, 16 May 2013 12:31:02 GMT</pubDate><guid isPermaLink="false">Closed Issue: Icon, title and qatoolbar are outlined uncorrectly when a ribbonwindow is maximized. [13929] 20130516123102P</guid></item><item><title>Commented Issue: StackedColumnSeries - Exception when data is removed from underlying collection [14742]</title><link>http://wpf.codeplex.com/workitem/14742</link><description>Hi,&lt;br /&gt;&amp;#160;&lt;br /&gt;     I have chart with StackedColumnSeries. When the data is cleared in the collection, it throws InvalidOperationException.&lt;br /&gt;&amp;#160;&lt;br /&gt;Collection was modified&amp;#59; enumeration operation may not execute. &lt;br /&gt;at System.ThrowHelper.ThrowInvalidOperationException&amp;#40;ExceptionResource resource&amp;#41;&lt;br /&gt;   at System.Collections.Generic.List&amp;#96;1.Enumerator.MoveNextRare&amp;#40;&amp;#41;&lt;br /&gt;   at System.Collections.Generic.List&amp;#96;1.Enumerator.MoveNext&amp;#40;&amp;#41;&lt;br /&gt;   at System.Linq.Enumerable.WhereEnumerableIterator&amp;#96;1.MoveNext&amp;#40;&amp;#41;&lt;br /&gt;   at System.Windows.Controls.DataVisualization.Charting.DefinitionSeries.SeriesDefinitionItemsSourceCollectionChanged&amp;#40;SeriesDefinition definition, NotifyCollectionChangedAction action, IList oldItems, Int32 oldStartingIndex, IList newItems, Int32 newStartingIndex&amp;#41;&lt;br /&gt;   at System.Windows.Controls.DataVisualization.Charting.SeriesDefinition.ItemsSourceCollectionChanged&amp;#40;Object sender, NotifyCollectionChangedEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Controls.DataVisualization.Charting.SeriesDefinition.&amp;#60;OnItemsSourceChanged&amp;#62;b__3&amp;#40;SeriesDefinition instance, Object source, NotifyCollectionChangedEventArgs eventArgs&amp;#41;&lt;br /&gt;   at System.Windows.Controls.WeakEventListener&amp;#96;3.OnEvent&amp;#40;TSource source, TEventArgs eventArgs&amp;#41;&lt;br /&gt;   at System.Collections.ObjectModel.ObservableCollection&amp;#96;1.OnCollectionChanged&amp;#40;NotifyCollectionChangedEventArgs e&amp;#41;&lt;br /&gt;   at System.Collections.ObjectModel.ObservableCollection&amp;#96;1.ClearItems&amp;#40;&amp;#41;&lt;br /&gt;   at System.Collections.ObjectModel.Collection&amp;#96;1.Clear&amp;#40;&amp;#41;&lt;br /&gt;&amp;#160;&lt;br /&gt;   Thanks.&lt;br /&gt;&amp;#160;&lt;br /&gt;Regards&lt;br /&gt;Kiran&lt;br /&gt;Comments: ** Comment from web user: straatvark ** &lt;p&gt;Hi, &lt;/p&gt;&lt;p&gt;I have the same issue with the SL5 StackedColumnSeries where I would remove items from a ObservableCollection. (Adding items refesh the chart as expected, but removal throws an exception)&lt;/p&gt;&lt;p&gt;Did you get a workaround chasday?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;</description><author>straatvark</author><pubDate>Tue, 30 Apr 2013 15:34:28 GMT</pubDate><guid isPermaLink="false">Commented Issue: StackedColumnSeries - Exception when data is removed from underlying collection [14742] 20130430033428P</guid></item><item><title>Created Issue: Binding update adds news series to WPF Toolkit chart (instead of replacing/updating series) [19654]</title><link>http://wpf.codeplex.com/workitem/19654</link><description>i was facing issue of multiple&amp;#47;overlapping of Column in Column series of the charting toolkit&amp;#40;PFA&amp;#41;. &lt;br /&gt;when i snooped it by a UI tool i found that in Pie series DataPoint are getting updated but in column series it only adds up. &lt;br /&gt;when searched for solution. i found http&amp;#58;&amp;#47;&amp;#47;stackoverflow.com&amp;#47;questions&amp;#47;3039141&amp;#47;binding-update-adds-news-series-to-wpf-toolkit-chart-instead-of-replacing-updat&lt;br /&gt;&lt;br /&gt;but i cannot use the above mentioned one as i am using dll only. is this issue fixed in newer version&amp;#63; or any other workaround available&amp;#63;&lt;br /&gt;</description><author>kamlendra</author><pubDate>Tue, 30 Apr 2013 11:07:16 GMT</pubDate><guid isPermaLink="false">Created Issue: Binding update adds news series to WPF Toolkit chart (instead of replacing/updating series) [19654] 20130430110716A</guid></item><item><title>Commented Issue: DatePicker: Always throws an exception, when a valid date is encountered. [14044]</title><link>http://wpf.codeplex.com/workitem/14044</link><description>Forgive me, perhaps I&amp;#39;m missing something...  but how do I get the new WPFToolkit DataPicker to NOT throw an exception, and crash, &lt;br /&gt;when I type in an invalid date &amp;#40;eg 17&amp;#47;18&amp;#47;2010&amp;#41;, then make the control lose focus &amp;#63;&lt;br /&gt;&amp;#160;&lt;br /&gt;I tried declaring a new UserControl, based on the DatePicker control, and adding whatever events I could think of to catch such an &lt;br /&gt;event, but none seem to prevent the Exception from being shown.&lt;br /&gt;&amp;#160;&lt;br /&gt;For example&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;    public class DatePickerWithValidation &amp;#58; DatePicker&lt;br /&gt;    &amp;#123;&lt;br /&gt;        public override void OnApplyTemplate&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            this.DateValidationError &amp;#43;&amp;#61; new EventHandler&amp;#60;DatePickerDateValidationErrorEventArgs&amp;#62;&amp;#40;DatePickerWithValidation_DateValidationError&amp;#41;&amp;#59;&lt;br /&gt;            base.OnApplyTemplate&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;        void DatePickerWithValidation_DateValidationError&amp;#40;object sender, DatePickerDateValidationErrorEventArgs e&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            e.ThrowException &amp;#61; false&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;            DateTime result&amp;#59;&lt;br /&gt;            if &amp;#40;&amp;#33;DateTime.TryParse&amp;#40;e.Text.Trim&amp;#40;&amp;#41;, out result&amp;#41;&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                MessageBox.Show&amp;#40;&amp;#34;Invalid date&amp;#34;, &amp;#34;Error&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;        protected override void OnDateValidationError&amp;#40;DatePickerDateValidationErrorEventArgs e&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            e.ThrowException &amp;#61; false&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;            base.OnDateValidationError&amp;#40;e&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&amp;#160;&lt;br /&gt;I know, I know...  I just need the &amp;#34;override&amp;#34; function, not both of these...  but I was trying anything by this&lt;br /&gt;point &amp;#33;&amp;#33;&amp;#33;&lt;br /&gt;&amp;#160;&lt;br /&gt;When I used this code, I entered my invalid date, it threw an exception...   and THEN ran my two &amp;#34;DateValidationError&amp;#34; &lt;br /&gt;functions, which tell the DatePicker not to...  errrr..  throw an exception.&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;I&amp;#39;ve looked at the &amp;#34;DatePicker.cs&amp;#34; source code, where the exception is thrown by the DateTime.Parse function&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;        private DateTime&amp;#63; ParseText&amp;#40;string text&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            DateTime newSelectedDate&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;            &amp;#47;&amp;#47; TryParse is not used in order to be able to pass the exception to the TextParseError event&lt;br /&gt;            try&lt;br /&gt;            &amp;#123;&lt;br /&gt;                newSelectedDate &amp;#61; DateTime.Parse&amp;#40;text, DateTimeHelper.GetDateFormat&amp;#40;DateTimeHelper.GetCulture&amp;#40;this&amp;#41;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;                ....&lt;br /&gt;            &amp;#125;&lt;br /&gt;            catch &amp;#40;FormatException ex&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                ....&lt;br /&gt;            &amp;#125;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;Problem is, this code only checks for a FormatException exception, but even though my Output window suggests &lt;br /&gt;that a &amp;#34;System.FormatException&amp;#34; has occurred, the catch&amp;#40;...&amp;#41; code does not get run&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;           A first chance exception of type &amp;#39;System.FormatException&amp;#39; occurred in mscorlib.dll&lt;br /&gt;           Additional information&amp;#58; String was not recognized as a valid DateTime.&lt;br /&gt;&amp;#160;&lt;br /&gt;I also tried to replace this &amp;#34;DateTime.Parse&amp;#34; with a &amp;#34;DateTime.TryParse&amp;#34;, and to replace the catch with&lt;br /&gt;            catch &amp;#40;Exception ex&amp;#41;&lt;br /&gt;&amp;#160;&lt;br /&gt;but each of these just makes the exception get thrown elsewhere, on the &amp;#34;base.OnLostFocus&amp;#34; function  &amp;#40;which I can&amp;#39;t step into&amp;#41;&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;    public sealed partial class DatePickerTextBox &amp;#58; TextBox&lt;br /&gt;    &amp;#123;&lt;br /&gt;        ...&lt;br /&gt;        protected override void OnLostFocus&amp;#40;RoutedEventArgs e&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            base.OnLostFocus&amp;#40;e&amp;#41;&amp;#59;&lt;br /&gt;            ChangeVisualState&amp;#40;true&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;I surrender...&lt;br /&gt;Is this a bug, or am I missing something &amp;#63;&lt;br /&gt;&amp;#160;&lt;br /&gt;I just want Forgive me, perhaps I&amp;#39;m missing something...  but how do I get the new WPFToolkit DataPicker to NOT throw an exception, and crash, &lt;br /&gt;when I type in an invalid date &amp;#40;eg 17&amp;#47;18&amp;#47;2010&amp;#41;, then make the control lose focus &amp;#63;&lt;br /&gt;&amp;#160;&lt;br /&gt;I tried declaring a new UserControl, based on the DatePicker control, and adding whatever events I could think of to catch such an &lt;br /&gt;event, but none seem to prevent the Exception from being shown.&lt;br /&gt;&amp;#160;&lt;br /&gt;For example&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;    public class DatePickerWithValidation &amp;#58; DatePicker&lt;br /&gt;    &amp;#123;&lt;br /&gt;        public override void OnApplyTemplate&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            this.DateValidationError &amp;#43;&amp;#61; new EventHandler&amp;#60;DatePickerDateValidationErrorEventArgs&amp;#62;&amp;#40;DatePickerWithValidation_DateValidationError&amp;#41;&amp;#59;&lt;br /&gt;            base.OnApplyTemplate&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;        void DatePickerWithValidation_DateValidationError&amp;#40;object sender, DatePickerDateValidationErrorEventArgs e&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            e.ThrowException &amp;#61; false&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;            DateTime result&amp;#59;&lt;br /&gt;            if &amp;#40;&amp;#33;DateTime.TryParse&amp;#40;e.Text.Trim&amp;#40;&amp;#41;, out result&amp;#41;&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                MessageBox.Show&amp;#40;&amp;#34;Invalid date&amp;#34;, &amp;#34;Error&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;        protected override void OnDateValidationError&amp;#40;DatePickerDateValidationErrorEventArgs e&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            e.ThrowException &amp;#61; false&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;            base.OnDateValidationError&amp;#40;e&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&amp;#160;&lt;br /&gt;I know, I know...  I just need the &amp;#34;override&amp;#34; function, not both of these...  but I was trying anything by this&lt;br /&gt;point &amp;#33;&amp;#33;&amp;#33;&lt;br /&gt;&amp;#160;&lt;br /&gt;When I used this code, I entered my invalid date, it threw an exception...   and THEN ran my two &amp;#34;DateValidationError&amp;#34; &lt;br /&gt;functions, which tell the DatePicker not to...  errrr..  throw an exception.&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;I&amp;#39;ve looked at the &amp;#34;DatePicker.cs&amp;#34; source code, where the exception is thrown by the DateTime.Parse function&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;        private DateTime&amp;#63; ParseText&amp;#40;string text&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            DateTime newSelectedDate&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;            &amp;#47;&amp;#47; TryParse is not used in order to be able to pass the exception to the TextParseError event&lt;br /&gt;            try&lt;br /&gt;            &amp;#123;&lt;br /&gt;                newSelectedDate &amp;#61; DateTime.Parse&amp;#40;text, DateTimeHelper.GetDateFormat&amp;#40;DateTimeHelper.GetCulture&amp;#40;this&amp;#41;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;                ....&lt;br /&gt;            &amp;#125;&lt;br /&gt;            catch &amp;#40;FormatException ex&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                ....&lt;br /&gt;            &amp;#125;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;Problem is, this code only checks for a FormatException exception, but DateTime.Parse doesn&amp;#39;t seem to be throwing this type &lt;br /&gt;of exception, so it doesn&amp;#39;t get handled.  Having said that, my Output window suggests perhaps it is this type of Exception,&lt;br /&gt;or it&amp;#39;s being thrown elsewhere, so isn&amp;#39;t being caught&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;           A first chance exception of type &amp;#39;System.FormatException&amp;#39; occurred in mscorlib.dll&lt;br /&gt;           Additional information&amp;#58; String was not recognized as a valid DateTime.&lt;br /&gt;&amp;#160;&lt;br /&gt;I also tried to replace this &amp;#34;DateTime.Parse&amp;#34; with a &amp;#34;DateTime.TryParse&amp;#34;, and to replace the catch with&lt;br /&gt;            catch &amp;#40;Exception ex&amp;#41;&lt;br /&gt;&amp;#160;&lt;br /&gt;but each of these just makes the exception get thrown elsewhere, on the &amp;#34;base.OnLostFocus&amp;#34; function  &amp;#40;which I can&amp;#39;t step into&amp;#41;&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;    public sealed partial class DatePickerTextBox &amp;#58; TextBox&lt;br /&gt;    &amp;#123;&lt;br /&gt;        ...&lt;br /&gt;        protected override void OnLostFocus&amp;#40;RoutedEventArgs e&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            base.OnLostFocus&amp;#40;e&amp;#41;&amp;#59;&lt;br /&gt;            ChangeVisualState&amp;#40;true&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&amp;#160;&lt;br /&gt;I also tried changing the Binding on this control to a string &amp;#40;rather than DateTime&amp;#41; variable, then removing the &lt;br /&gt;binding completely, but exactly the same Exception problem occurred.&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;I surrender...&lt;br /&gt;Is this a bug, or am I missing something &amp;#63;&lt;br /&gt;Comments: ** Comment from web user: ashishright ** &lt;p&gt;Microsoft have to do something or suggest us how to handle this situation because of only this issue and end user can get easily pissed off... and all your effort in your entire project will become zero... :(&lt;/p&gt;</description><author>ashishright</author><pubDate>Fri, 12 Apr 2013 12:38:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: DatePicker: Always throws an exception, when a valid date is encountered. [14044] 20130412123822P</guid></item><item><title>Commented Issue: Calendar doesn't lose focus [11194]</title><link>http://wpf.codeplex.com/workitem/11194</link><description>Place a Calendar and a TextBox inside a Grid. Now select a date in the calender and then click on the TextBox to enter some text. You&amp;#39;ll notice that you have to click twice in the TextBox that it receives input focus.&lt;br /&gt;This &amp;#34;bug&amp;#34;&amp;#63;&amp;#63;&amp;#63; exists only in WPF. In Silverlight the Control works as expected. &amp;#58;-&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: skst ** &lt;p&gt;&amp;quot;Thanks for reporting this issue. We have filed a bug in our internal database to fix this.&amp;quot;&lt;/p&gt;&lt;p&gt;Three years later. WPF 4.5 is out. Any update on when this will be fixed?&lt;/p&gt;</description><author>skst</author><pubDate>Wed, 06 Mar 2013 15:55:59 GMT</pubDate><guid isPermaLink="false">Commented Issue: Calendar doesn't lose focus [11194] 20130306035559P</guid></item><item><title>Commented Issue: ComboBox DisplayMemberPath binding is broken by Themes BureauBlue and WhistlerBlue [10129]</title><link>http://wpf.codeplex.com/workitem/10129</link><description>I have a comboBox like so&amp;#58;&lt;br /&gt;&amp;#60;ComboBox Grid.Row&amp;#61;&amp;#34;2&amp;#34; Grid.Column&amp;#61;&amp;#34;1&amp;#34; Name&amp;#61;&amp;#34;cboILWPortfolio&amp;#34;&lt;br /&gt;                        ItemsSource&amp;#61;&amp;#34;&amp;#123;Binding ILWPortfolioList.ILWPortfolios&amp;#125;&amp;#34;&lt;br /&gt;                        DisplayMemberPath&amp;#61;&amp;#34;ILWPortfolioName&amp;#34;&lt;br /&gt;                        SelectedValuePath&amp;#61;&amp;#34;ILWPortfolioID&amp;#34;&lt;br /&gt;                        SelectedItem&amp;#61;&amp;#34;&amp;#123;Binding ILWPortfolioList.SelectedILWPortfolio&amp;#125;&amp;#34;&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;ComboBox&amp;#62;&lt;br /&gt;&amp;#160;&lt;br /&gt;The ItemsSource is bound to an ObservableCollection.  Normally this displays a list of portfolios nicely in my dropdown list.  When I apply BureauBlue or WhistlerBlue themes, I no longer see the portfolio names.  Instead I see the Data Type of what the ComboBox ItemsSource is bound to.&lt;br /&gt;Comments: ** Comment from web user: pj0705 ** &lt;p&gt;Open the Bureau Blue theme file and change the following line in the comboboxitem style &lt;/p&gt;&lt;p&gt;      &amp;lt;ContentPresenter x:Name=&amp;quot;contentPresenter&amp;quot; Content=&amp;quot;{TemplateBinding Content}&amp;quot; ContentTemplate=&amp;quot;{TemplateBinding ContentTemplate}&amp;quot;  HorizontalAlignment=&amp;quot;{TemplateBinding HorizontalContentAlignment}&amp;quot; Margin=&amp;quot;{TemplateBinding Padding}&amp;quot;/&amp;gt;&lt;/p&gt;&lt;p&gt; To&lt;br&gt;         &amp;lt;ContentPresenter x:Name=&amp;quot;contentPresenter&amp;quot; HorizontalAlignment=&amp;quot;{TemplateBinding HorizontalContentAlignment}&amp;quot; Margin=&amp;quot;{TemplateBinding Padding}&amp;quot;/&amp;gt;&lt;br&gt; That should retain the theme and also fix the issue. &lt;/p&gt;&lt;p&gt;Thanks !!&lt;/p&gt;</description><author>pj0705</author><pubDate>Mon, 04 Mar 2013 22:16:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: ComboBox DisplayMemberPath binding is broken by Themes BureauBlue and WhistlerBlue [10129] 20130304101607P</guid></item><item><title>Commented Issue: AutoCompleteBox Copy-Cut are always disabled [17344]</title><link>http://wpf.codeplex.com/workitem/17344</link><description>AutoCompleteBox moves cursor at the end of line by right mouse click.&lt;br /&gt;&amp;#160;&lt;br /&gt;Steps to reproduce&amp;#58;&lt;br /&gt;1. Add to Window AutoCompleteBox &amp;#40;&amp;#60;Grid&amp;#62;&amp;#60;cc&amp;#58;AutoCompleteBox &amp;#47;&amp;#62;&amp;#60;&amp;#47;Grid&amp;#62;&amp;#41;&lt;br /&gt;2. Run application&lt;br /&gt;3. Enter some text&lt;br /&gt;4. Select all entered text&lt;br /&gt;5. Right mouse click by selected text&lt;br /&gt;6. You can use &amp;#34;Paste&amp;#34; menu only&lt;br /&gt;&amp;#160;&lt;br /&gt;Expected behavior&amp;#58;&lt;br /&gt;User should be able to copy-cut text from AutocompleteBox via ContextMenu. Now it works throw keyboard only.&lt;br /&gt;Comments: ** Comment from web user: DotNetMastermind ** &lt;p&gt;I also got this issue and solved it without the need to recompile the WPFToolkit-Library.&lt;/p&gt;&lt;p&gt;I created a class which inherits from the AutoCompleteBox and write some code to circumvent the described issue :&lt;/p&gt;&lt;p&gt;```&lt;br&gt;public class MyAutoCompleteBox : AutoCompleteBox&lt;br&gt;{&lt;br&gt;	private int selectionStart, selectionLength;&lt;br&gt;	public TextBox TextBoxPart { get; set; }&lt;/p&gt;&lt;p&gt;	public MyAutoCompleteBox()&lt;br&gt;	{&lt;br&gt;		this.PreviewMouseRightButtonUp += (os, ea) =&amp;gt;&lt;br&gt;									{&lt;br&gt;										this.selectionStart = TextBoxPart.SelectionStart;&lt;br&gt;										this.selectionLength = TextBoxPart.SelectionLength;&lt;br&gt;									};&lt;br&gt;	}&lt;/p&gt;&lt;p&gt;	protected override void OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs e)&lt;br&gt;	{&lt;br&gt;		base.OnIsKeyboardFocusWithinChanged( e );&lt;/p&gt;&lt;p&gt;		this.TextBoxPart.SelectionStart = this.selectionStart;&lt;br&gt;		this.TextBoxPart.SelectionLength = this.selectionLength;&lt;br&gt;	}&lt;/p&gt;&lt;p&gt;	public override void OnApplyTemplate()&lt;br&gt;	{&lt;br&gt;		base.OnApplyTemplate();&lt;/p&gt;&lt;p&gt;		var textBox = this.GetTemplateChild( &amp;quot;Text&amp;quot; ) as TextBox;&lt;/p&gt;&lt;p&gt;		if (textBox != null) this.TextBoxPart = textBox;&lt;br&gt;	}&lt;br&gt;}&lt;br&gt;```&lt;/p&gt;&lt;p&gt;The additional benefit of this new class is, that you have access to the TextBox whenever you need it (in the WPFToolkit the TextBox of the AutoCompleteBox is only internal NOT public).&lt;/p&gt;&lt;p&gt;You can use the new class like the AutoCompleteBox with all the features working.&lt;/p&gt;</description><author>DotNetMastermind</author><pubDate>Fri, 01 Mar 2013 12:45:46 GMT</pubDate><guid isPermaLink="false">Commented Issue: AutoCompleteBox Copy-Cut are always disabled [17344] 20130301124546P</guid></item><item><title>Created Issue: DataPointStyle not applyed [19233]</title><link>http://wpf.codeplex.com/workitem/19233</link><description>I tried to add a label on a ColumnDataPoint but when set DataPointStyle on a ColumnSeries.DataPointStyle , the column is not visible, but if modify ControlTemplate -&amp;#38;gt&amp;#59; Border Opacity from 0 to 1 , the column is visble but color is the same for all series  &amp;#40;Orange &amp;#41; that i add to chart &amp;#58; &lt;br /&gt;&lt;br /&gt; &amp;#60;style&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;style&amp;#62;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Why&amp;#63; And how can i change controltemplate to add Label on Top of column without modify the beavhiour of chart&amp;#63;&lt;br /&gt;</description><author>abbategiuseppe</author><pubDate>Wed, 23 Jan 2013 15:42:01 GMT</pubDate><guid isPermaLink="false">Created Issue: DataPointStyle not applyed [19233] 20130123034201P</guid></item><item><title>Commented Issue: Chart DateTimeAxis: binding IntervalType freeze .Net and appli on Window.Show [10935]</title><link>http://wpf.codeplex.com/workitem/10935</link><description>&amp;#60;p&amp;#62;Hi,&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;When binding the IntervalType property of the DateTimesAxis to a ViewModel class, it crashed .Net when trying o refresh the preview area. &amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;If I escape the refresh of the preview and launch the debugger, the Window never opens.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Here a code sample of the xaml &amp;#40;DataContext is set to the ViewModel class before the window.show in the app startup &amp;#58;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;        &amp;#38;lt&amp;#59;WPFToolkitCharting&amp;#58;Chart Grid.Row&amp;#61;&amp;#38;quot&amp;#59;1&amp;#38;quot&amp;#59;&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;            &amp;#38;lt&amp;#59;WPFToolkitCharting&amp;#58;Chart.Axes&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;                &amp;#38;lt&amp;#59;WPFToolkitCharting&amp;#58;LinearAxis Orientation&amp;#61;&amp;#38;quot&amp;#59;Y&amp;#38;quot&amp;#59;&amp;#47;&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;                &amp;#38;lt&amp;#59;WPFToolkitCharting&amp;#58;DateTimeAxis Orientation&amp;#61;&amp;#38;quot&amp;#59;X&amp;#38;quot&amp;#59;  &amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;                   ShowGridLines&amp;#61;&amp;#38;quot&amp;#59;True&amp;#38;quot&amp;#59; &amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;                   IntervalType&amp;#61;&amp;#38;quot&amp;#59;&amp;#123;Binding DataSetChartVM.IntervalType&amp;#125;&amp;#38;quot&amp;#59; Interval&amp;#61;&amp;#38;quot&amp;#59;1&amp;#38;quot&amp;#59; &amp;#47;&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;            &amp;#38;lt&amp;#59;&amp;#47;WPFToolkitCharting&amp;#58;Chart.Axes&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;            &amp;#38;lt&amp;#59;WPFToolkitCharting&amp;#58;Chart.Series&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;                &amp;#38;lt&amp;#59;WPFToolkitCharting&amp;#58;LineSeries Title&amp;#61;&amp;#38;quot&amp;#59;&amp;#123;Binding Name&amp;#125;&amp;#38;quot&amp;#59; IndependentValueBinding&amp;#61;&amp;#38;quot&amp;#59;&amp;#123;Binding Date&amp;#125;&amp;#38;quot&amp;#59; &amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;                                                 DependentValueBinding&amp;#61;&amp;#38;quot&amp;#59;&amp;#123;Binding  Value&amp;#125;&amp;#38;quot&amp;#59; ItemsSource&amp;#61;&amp;#38;quot&amp;#59;&amp;#123;Binding Items&amp;#125;&amp;#38;quot&amp;#59;&amp;#47;&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;            &amp;#38;lt&amp;#59;&amp;#47;WPFToolkitCharting&amp;#58;Chart.Series&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;        &amp;#38;lt&amp;#59;&amp;#47;WPFToolkitCharting&amp;#58;Chart&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;I did not get the chance yet to run this with the Tollkit source to this what happens.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Any thought &amp;#63;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Cheers&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: claudiuconstantin ** &lt;p&gt;I encountered this issue too. What I noticed:&lt;br&gt;- This only happens when setting the &amp;quot;IntervalType&amp;quot; by using a Binding;&lt;br&gt;- If the &amp;quot;Interval&amp;quot; attribute is present and the &amp;quot;IntervalType&amp;quot; is missing the issue is still happening;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>claudiuconstantin</author><pubDate>Wed, 26 Dec 2012 14:12:21 GMT</pubDate><guid isPermaLink="false">Commented Issue: Chart DateTimeAxis: binding IntervalType freeze .Net and appli on Window.Show [10935] 20121226021221P</guid></item><item><title>Commented Issue: Incorrect set AutoCompleteBox.SelectedItem on Window.Loaded [16172]</title><link>http://wpf.codeplex.com/workitem/16172</link><description>&amp;#60;p&amp;#62;When i set AutoCompleteBox.SelectedItem on Button.Click all works fine&amp;#40;AutoCompleteBox.SelectedItem and AutoCompleteBox.Text changed&amp;#41;, but if i set AutoCompleteBox.SelectedItem on Window.Loaded &amp;#40;AutoCompleteBox.Text is empty&amp;#41;.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;&amp;#35;160&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;lt&amp;#59;DataTemplate x&amp;#58;Key&amp;#61;&amp;#38;quot&amp;#59;AutoCompletePartnerTemplate&amp;#38;quot&amp;#59;&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;      &amp;#38;lt&amp;#59;TextBlock Text&amp;#61;&amp;#38;quot&amp;#59;&amp;#123;Binding Path&amp;#61;DirName&amp;#125;&amp;#38;quot&amp;#59;&amp;#47;&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;    &amp;#38;lt&amp;#59;&amp;#47;DataTemplate&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;&amp;#35;160&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;lt&amp;#59;my&amp;#58;AutoCompleteBox Name&amp;#61;&amp;#38;quot&amp;#59;AutoCompleteBox1&amp;#38;quot&amp;#59; ItemTemplate&amp;#61;&amp;#38;quot&amp;#59;&amp;#123;StaticResource AutoCompletePartnerTemplate&amp;#125;&amp;#38;quot&amp;#59; ItemsSource&amp;#61;&amp;#38;quot&amp;#59;&amp;#123;StaticResource Dir11&amp;#125;&amp;#38;quot&amp;#59; ValueMemberBinding&amp;#61;&amp;#38;quot&amp;#59;&amp;#123;Binding DirName&amp;#125;&amp;#38;quot&amp;#59; FilterMode&amp;#61;&amp;#38;quot&amp;#59;Contains&amp;#38;quot&amp;#59; IsTextCompletionEnabled&amp;#61;&amp;#38;quot&amp;#59;True&amp;#38;quot&amp;#59; &amp;#47;&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62; &amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;      var q &amp;#61; &amp;#40;IEnumerable&amp;#38;lt&amp;#59;Dir1&amp;#38;gt&amp;#59;&amp;#41;&amp;#40;AutoCompleteBox1.ItemsSource&amp;#41;.AsQueryable&amp;#40;&amp;#41;&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;      var tDir &amp;#61; q.FirstOrDefault&amp;#38;lt&amp;#59;Dir1&amp;#38;gt&amp;#59;&amp;#40;q1 &amp;#61;&amp;#38;gt&amp;#59; q1.DirId.Equals&amp;#40;OwnerId&amp;#41;&amp;#41;&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;      AutoCompleteBox1.SelectedItem &amp;#61; tDir&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;&amp;#35;160&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;http&amp;#58;&amp;#47;&amp;#47;social.msdn.microsoft.com&amp;#47;Forums&amp;#47;en-US&amp;#47;wpf&amp;#47;thread&amp;#47;e2cfb956-1cdb-403f-a47d-81128cb3bc07&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: jcc74 ** &lt;p&gt;Hi,&lt;br&gt;Same for me...&lt;br&gt;Any workaround about it? I've been googling and digging for some days,&lt;br&gt;and nothing's pretty clean to make it work. It becomes annoying.&lt;br&gt;Any chance to get it fixed some day, or to get any pretty clean work around?&lt;br&gt;Thank you.&lt;/p&gt;</description><author>jcc74</author><pubDate>Tue, 11 Dec 2012 13:15:34 GMT</pubDate><guid isPermaLink="false">Commented Issue: Incorrect set AutoCompleteBox.SelectedItem on Window.Loaded [16172] 20121211011534P</guid></item><item><title>Created Issue: Charts: Gridlines display behind Columns after drill-down [19006]</title><link>http://wpf.codeplex.com/workitem/19006</link><description>I have a WPF Chart control with gridlines on the Linear &amp;#40;Y&amp;#41; axis and have set IsSelectable to true so that I can click on a column and drill into the data.  On the selection changed command, I remove the existing column series and add the new series based on the selected column thus achieving a drill down report.&lt;br /&gt;&lt;br /&gt;The only thing not working correctly is the gridlines now appear in front of the column data points.&lt;br /&gt;&lt;br /&gt;Any ideas&amp;#63;&lt;br /&gt;</description><author>klacount</author><pubDate>Tue, 04 Dec 2012 23:02:29 GMT</pubDate><guid isPermaLink="false">Created Issue: Charts: Gridlines display behind Columns after drill-down [19006] 20121204110229P</guid></item></channel></rss>