New Post: WPF Datagrid Update/Refresh
Hi everyone, In case if anyone else was trying to achieve this, I basically got my items to implement the INotifyPropertyChanged interface, and threw PropertyChanged events on the various properties...
View ArticleCommented Issue: DateTimePicker persists selected view of calendar part [21179]
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: DataGridControl Right Click && ContextMenu
Hi, how can i set up a context menu for a row of DataGridControl, for i want to pop up a detail window to edit the selected item, and pop up a confirm for delete the item, and so on....
View ArticleNew Post: DataGridControl Right Click && ContextMenu
sorry, it's my fault, i forgot this: protected override void RaisePropertyChanged(string propertyName) { base.RaisePropertyChanged(propertyName); if (string.Equals(propertyName, "Current")) {...
View ArticleNew Post: ComboBox in CollectionControl
This works perfectly. Thanks for your help and patience.
View ArticleCommented Issue: DateTimePicker persists selected view of calendar part [21179]
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: CheckComboBox and IDataErrorInfo and INotifyPropertyChanged
I'm having trouble understanding or figuring out how to wire up property change notifcation and validation with the CheckComboBox control. With a regular ComboBox, a definition like this produces...
View ArticleCommented Issue: DateTimePicker persists selected view of calendar part [21179]
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 ArticleCommented Issue: DateTimePicker persists selected view of calendar part [21179]
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 Comment on "PropertyGrid"
Why in the hell is the sorting so stupid ? If you want the order of the properties as they were declared in the class, you have to add and count manually a PropertySortAttribute. That means if your...
View ArticleNew Comment on "PropertyGrid"
Btw: I think beneath 80% out there sorting their properties in a model in the order they should appear. So, 80% have to do something special shit, just to get something what you can get if you order...
View ArticleNew Comment on "PropertyGrid"
An additional comment, cause i did not have the time to explain the expected behaviour in detail, in my previous post: If you have a look at the Windows.Forms PropertyGrid, you can see, how the user...
View ArticleCommented Issue: 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: DateTimePicker with custom format auto increments when focus...
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 and IDataErrorInfo and INotifyPropertyChanged
Hi, Maybe you can try with The property SelectedItemsOverride and the event ItemSelectionChanged ?<xctk:CheckComboBox x:Name="checkResults" ItemsSource="{Binding Path=AllowedValues}"...
View ArticleCommented Issue: DateTimePicker persists selected view of calendar part [21179]
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 ArticleCreated Feature: PropertyGrid with unsorted properties [21218]
User expressed his need to have the properties displayed in the propertyGrid in the same order they were declared. He doesn't like the need to use the PropertyOrderAttribute to force the unsorted...
View ArticleNew Comment on "PropertyGrid"
Hi mb2342, I understand your reflexion on not having unsorted properties in the propertyGrid, but you should be respectful and not do any presumptions. We continue to develop the toolkit and add...
View ArticleCommented Issue: DateTimePicker persists selected view of calendar part [21179]
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 ArticleCommented Issue: DateTimePicker persists selected view of calendar part [21179]
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 Article