Closed Unassigned: The DateTimePicker's AutoCloseCalendar property forces the...
Hi,I'm currenly using a DateTimePicker component, with its property AutoCloseCalendar set to true. Basically, I expect the calendar to disapear once a date has been selected. However, the current...
View ArticleCommented Issue: DataGridCheckBox blue background [20210]
I've noticed that a datagrid cell with a checkbox being edited exhibited a blue background; See screenshot and wonder why it is so...I noticed this piece of code in DataGridCheckBox's OnApplyTemplate...
View ArticleCreated Unassigned: Bug in PrimitiveTypeCollectionEditor::ResolveValueBinding...
Fix for it:```protected override void ResolveValueBinding( PropertyItem propertyItem ){ var type = propertyItem.PropertyType; Editor.ItemsSourceType = type; if ( type.BaseType == typeof (System.Array)...
View ArticleNew Post: Collections editor in Property grid
I have a property grid which works great!! The issue I am having with it is - if there is a property that is an ObervableCollection - when I click the "Ok" button in the collection editor, things...
View ArticleCommented Unassigned: CollectionControl.PersistChanges exception [20216]
Hi,I have a nested structure of classes assigned to a PropertyGrid.When i edit a collection field, the collection editor opens, fine.Now when i change a (string) value in the collection editor and...
View ArticleEdited Issue: Bug in PrimitiveTypeCollectionEditor::ResolveValueBinding [20221]
Fix for it:```protected override void ResolveValueBinding( PropertyItem propertyItem ){ var type = propertyItem.PropertyType; Editor.ItemsSourceType = type; if ( type.BaseType == typeof (System.Array)...
View ArticleCommented Issue: Bug in PrimitiveTypeCollectionEditor::ResolveValueBinding...
Fix for it:```protected override void ResolveValueBinding( PropertyItem propertyItem ){ var type = propertyItem.PropertyType; Editor.ItemsSourceType = type; if ( type.BaseType == typeof (System.Array)...
View ArticleCommented Unassigned: CollectionControl.PersistChanges exception [20216]
Hi,I have a nested structure of classes assigned to a PropertyGrid.When i edit a collection field, the collection editor opens, fine.Now when i change a (string) value in the collection editor and...
View ArticleEdited Issue: CollectionControl.PersistChanges exception [20216]
Hi,I have a nested structure of classes assigned to a PropertyGrid.When i edit a collection field, the collection editor opens, fine.Now when i change a (string) value in the collection editor and...
View ArticleNew Post: Collections editor in Property grid
Hi, Can you paste a code-snippet using your ObservableCollection that shows an error message ? After simple tries, everything looks good. Thanks.
View ArticleNew Post: Collections editor in Property grid
Never mind - it was a problem in my code. I was monitoring the collection changed event on the collection and things fell apart for some reason. Thanks for the reply though!!
View ArticleCreated Unassigned: ComboBox Event click not working inside ChildWindow [20225]
Hi,How can I change the value of a ComboBox inside a ChildWindowIf I do a "Right click" before, it works!Thanks.Regards.
View ArticleCommented Unassigned: ComboBox Event click not working inside ChildWindow...
Hi,How can I change the value of a ComboBox inside a ChildWindowIf I do a "Right click" before, it works!Thanks.Regards.Comments: ** Comment from web user: BoucherS ** Please have a look at issue...
View ArticleClosed Unassigned: ComboBox Event click not working inside ChildWindow [20225]
Hi,How can I change the value of a ComboBox inside a ChildWindowIf I do a "Right click" before, it works!Thanks.Regards.Comments: Duplicate of issue https://wpftoolkit.codeplex.com/workitem/19886
View ArticleNew Post: What's it called in the Extensions and Updates?
I'd like to get this toolkit using NuGet, but don't know what it's called in Extensions and Updates in VS 2012. What's it called there?
View ArticleNew Post: Need some help in understanding the CheckListBox control better
I've looked at the documentation for the CheckListBox, but there's things I don't understand. For example, it's said there at the control derives from the Selector control, but I can't find the...
View ArticleNew Post: When ChildWindow IsModal="True" and WindowState="Closed" Control is...
When ChildWindow IsModal="True" and WindowState="Closed" the ChildWindow is not displayed however the underlying controls are blocked as if the modal window is open. I can get around this by setting...
View ArticleNew Post: DataGrid AutoFilterMode property missing?
Hi, I am using the community edition of this toolkit. I like to enable DataGrid automatic filtering but I cannot find AutoFilterMode property in DataGridCollectionViewSource. Is this feature found only...
View ArticleCreated Unassigned: Markup extension breaks going from EditorDefinitions to...
Ran into this after upgrading, for other reasons, from 1.9.0 to 2.0.0.I had, previously, a property grid style that set up type-based custom editors for several different data types, using the...
View ArticleNew Comment on "RichTextBox"
Why RichTextBox are very slow? Typing any char responses after seconds.
View Article