New Post: Access the ViewModel of a property
Hi, I'm not sure exactly what you are trying to do. Does the sample "Data/PropertyGrid/UsingSelectedObjects/UsingAttributes" from the "LiveExplorer App", available here:...
View ArticleNew Post: Eschew the Misc category for small expandable objects
I have a few small objects that are properties if a larger object, which only have properties are in the Misc. (or perhaps a single custom category). I would like to show the expandable object with...
View ArticleNew Post: DateTimePicker- Updating and displaying value from Code
Hello- I'm working with the DateTimePicker control. So far it's doing most of what I want, but I can't seem to get it to display a value that was previously entered. Essentially, I want to be able to...
View ArticleNew Post: Eschew the Misc category for small expandable objects
Hi, I'm not sure I understand very well what you try to do. Do you want to display only the properties of an object (and not the properties of its parent) ? Or do you want to hide the Misc category...
View ArticleNew Post: Eschew the Misc category for small expandable objects
Ok, with the parent object as the main object that's being viewed, I want its properties to be shown grouped by their categories. A small child expandable object (2 to 4 or so properties) that I a...
View ArticleNew Post: DateTimePicker- Updating and displaying value from Code
Hi, In XAML, for a DateTimePicker, you don't need to bind the Value and the Text property because when the Value property is modified, the Text property will automatically be updated. Same thing in...
View ArticleNew Post: when I want to Run Wizard to install DNN Platform in my local...
I Install IIS I Install SQL SERVER I DO Setting when I Open my IE and Enter The Address of my local DNN this error was shown : Configuration Error Description: An error occurred during the processing...
View ArticleNew Post: Eschew the Misc category for small expandable objects
Hi, Starting at v2.5, there is a property on the PropertyGrid that could be used : PropertyGrid.IsMiscCategoryLabelHidden. When True and using PropertyGrid.IsCategorized = True, The PropertyItems in...
View ArticleNew Post: What happened to the AutoCompleteBox?
The Feb 2010 release of the Extended Toolkit had an AutoCompleteBox, but it appears that this control has now dropped from the face of the Earth. What happened to it? Its absence means I cannot easily...
View ArticleNew Post: SelectedItemsOverride is not binding correctly at all
Hi guys, I am using this control on a form in my project but I have a couple of issues. Basically I think it is the same problem. My Xaml looks as follows:<xceed:CheckComboBox ItemsSource="{Binding...
View ArticleNew Post: SelectedItemsOverride is not binding correctly at all
Hi, Please make sure the content of the "ProdChildren" property is an instance from the "AllProducts" property. If not, it will create a new item. Here's a working sample :<xctk:CheckComboBox...
View ArticleNew Post: How to force a call to ResolveEditor ( a function in ITypeEditor)
I am using a custom editor with attributes for a read-only property which is of type double. The foreground color of the textbox for the property depends on whether the property is in or out a...
View ArticleNew Post: How to force a call to ResolveEditor ( a function in ITypeEditor)
Hi, In the Plus version of the Toolkit, you can use the "DependsOn" attribute, which calls the ResolveEditor method when the associated attribute is modified. Here's a sample :<StackPanel>...
View ArticleNew Post: CheckedListbox on Windows Server 2008 R2
Any news to this?? I am facing a similar problem with v2.3.0.0 Edit: This problem appears via a RDP session to a Windows Server 2008 R2. It can be reproduced by the following steps. Create a...
View ArticleNew Post: Multiple UpdateBindingSource calls with DataGrid
Hi guys, I have an object which implements the IDataErrorInfo and IValidatableObject interfaces. When the indexer for the property 'Quantity' of this object gets called it calls a validation method...
View ArticleNew Post: CheckedListbox on Windows Server 2008 R2
Hi, This is a dupplicate of http://wpftoolkit.codeplex.com/workitem/19774. It will be fixed in v2.7.
View ArticleNew Post: Fix Rosly/VS2015 compile...
To work with Roslyn, you have to fix in the VersionResourceDictionary. The uri string has to start with a "/" (slash!)
View ArticleNew Post: Create an editor for property grid in one project and add refrence...
Any updates on this? I would really like to see this bug fixed. For my use, I cannot make my WPF application point to the assembly where my viewable object and custom editors are implemented. Other...
View ArticleNew Post: Property Grid disable update on keystroke.
I'm using version 2.4 of the community edition. I have a generic property grid with auto-generated properties. For my 'double' properties, every time I type in the editor box it triggers a value...
View Article