Created Unassigned: DateTimePicker persists selecte view of calendar part...
For some reason acting on date in the way other than picking it from calendar doesn't change calendars view i.e. you open calendar and select current date (e.g. 25 Jul 2014). Then you change date...
View ArticleNew Post: INotifyPropertyChanged and WPF Datagrid
I currently have a Datagrid whose Contents and formatting are bound to my data. However, dynamic changes made (programmatically) to the underlying data do not reflect on my grid. Upon further research,...
View ArticleCommented Unassigned: MVVM Memory Leak [21178]
When using DataTemplate automatic binding for view/viewmodel and DocumentSource property of the DockingManager binded to the list of viewmodel, when a document is closed, the corresponding view and...
View ArticleCreated Unassigned: CollectionControl does not handle arrays properly [21182]
Item 20216 raised some issues with handling fixed size collection (e.g. arrays). Some changes were made to resolve issues.Unfortunately there's still issues. Take the following class as the selected...
View ArticleCreated Unassigned: DateTimePicker overwrites DateTime.Kind [21183]
__Bug__Changing the date in the DateTimePicker will reset the _DateTime.Kind_ property to _Unspecified_ - regardless of the previous value. (Possibly due to some internal _new DateTime()_ construction...
View ArticleCommented Issue: IntegerUpDown focus issue [16388]
Could be something I've done wrong but I have been unable to explicitly set focus to an IntegerUpDown control (the textbox portion is what I'm expecting). I've done similar techniques to other types of...
View ArticleCreated Unassigned: StackOverflowException when closing a LayoutAnchorable...
This bug is inside AvalonDock:Closing a LayoutAnchorable that is docked inside a LayoutDocumentPane causes an infinite loop, resulting in a StackOverflowException.Looking at the call stack, it looks...
View ArticleNew Post: ColorPicker performance
I noticed also slow performance when colorpicker is in a datagrid templatecolumn as a celleditingtemplate. I'm using the latest 2.2.1 Extended WPF Toolkit, so the fix mentioned in the previous posts...
View ArticleCreated Unassigned: DateTimePicker with custom format auto increments when...
This bug is found in the community edition of Extended WPF Toolkit atleast since version 2.0. The bug itself is in the _DateTimePicker_-control.__Description__When the format of an _DateTimePicker_ is...
View ArticleNew Post: CheckComboBox
Hello. My code worked well, but at some point of re-factoring, upgrade Xceed libraries, etc it stopped to work. I compared all parts of my code with an old one, and everything seems to be the same,...
View ArticleCreated Unassigned: Decimalupdown can cause unneeded Propertyupdate [21189]
When you use the decimalupdown control with databound entities, the entity becomes changed even if you only quit the decimalupdown field by using the tab- key.this behaviour is caused by Commitchanges...
View ArticleCommented Issue: RangeSlider DataBinding [21135]
Hi,I have a RangeSlider in a DataTemplate. The Binding to LowerValue and HigherValue does not work correctly. ```<DataTemplate DataType="{x:Type...
View ArticleNew Post: Has WPFToolkit in .net 4.0 platform?
I downloaded WPFToolkit and used it in my project, but it is in .net 3.5 platform. after changing it to .net 4.0 I get a lot of errors and warnings. Is there WPFToolkit in .net 4.0 ?
View ArticleNew Post: DropDownButton Background Color
Greetings Gurus, This Setting has ZERO effect: 'dropdownbutton.Background = myBrush;' I simply want to change the background of the static control. Is it possible?
View ArticleCreated Unassigned: 'pie/themes/aero2.normalcolor.xaml' [21191]
After upgrading to version 2.2.1 in a .NET 4.0 wpf project. I get an error that a resource 'pie/themes/aero2.normalcolor.xaml' can not be found for the integerupdown control
View ArticleNew Post: DropdownButton EATS two tab clicks
DropdownButton EATS two tab clicks when tabbing from control to control. Setting 'not tab stop' has zero effect. Any suggestions.
View ArticleNew Post: Keyboard Navigation in CheckComboBox?
I cannot, for the life of me, figure out how to perform keyboard navigation in the CheckComboBox. I can tab to it, but must use my mouse to open the dropdown. Once the dropdown is open, I can use the...
View ArticleCommented Issue: RangeSlider DataBinding [21135]
Hi,I have a RangeSlider in a DataTemplate. The Binding to LowerValue and HigherValue does not work correctly. ```<DataTemplate DataType="{x:Type...
View ArticleCommented Issue: RangeSlider DataBinding [21135]
Hi,I have a RangeSlider in a DataTemplate. The Binding to LowerValue and HigherValue does not work correctly. ```<DataTemplate DataType="{x:Type...
View ArticleCommented Unassigned: 'pie/themes/aero2.normalcolor.xaml' [21191]
After upgrading to version 2.2.1 in a .NET 4.0 wpf project. I get an error that a resource 'pie/themes/aero2.normalcolor.xaml' can not be found for the integerupdown controlComments: ** Comment from...
View Article