Completed
Last Updated: 05 Jun 2017 12:01 by ADMIN
RadPropertyGrid exposes PropertySetsValidationFunc property that validates the new value of a property. However, it is executed after the property is set. PropertyGrid should validate them before the setter is invoked.


Available in LIB version: 2017.2.605
Completed
Last Updated: 12 May 2017 13:00 by ADMIN
Nullable properties with non-matching values are not updated after clearing the entire text of the field(PropertySets).


Available in LIB version: 2017.2.515
Completed
Last Updated: 12 May 2017 12:14 by ADMIN
The editor of nullable properties with non-matching values does not display the default value for this type(null) using PropertySets.


Available in LIB version: 2017.2.515
Completed
Last Updated: 18 Apr 2017 07:40 by ADMIN
Modify the current implementation so that the TypeConverter is applied as well when its GetStandardValues method is not overriden.

Available in LIB version 2017.1.417 , it will be also available in the R2 2017 Release. 
Completed
Last Updated: 18 Apr 2017 07:30 by ADMIN
If an EditorAttribute's EditorStyle is set to None and a custom usercontrol is used as an editor, the DataContext of the usercontrol is not respected.


Available in LIB version 2017.1.417 , it will be also available in the R2 2017 Release. 
Unplanned
Last Updated: 15 Mar 2017 12:00 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: PropertyGrid
Type: Feature Request
2
By the time being, a custom DataTemplate can be applied only for the EditorTemplate. When the EditMode is Single, a plain TextBlock is used for a readonly PropertyDefinition. With the Default EditMode, if the EditorTemplate is set, it will be displayed, but the user needs to stick to the default behavior provided by the ReadOnlyEditorState property (grayed out and disabled element for its Disabled value, and enabled interaction for the ReadOnly one). Provide an option to directly set a ReadOnlyTemplate for both EditModes.
Completed
Last Updated: 13 Mar 2017 15:21 by Alex
Hello,
my question is about RadPropertyGrid.
The case if following. I use objects implementing ICustomTypeDescriptor, call it ClassTypeDescriptor, as items source for property grid and properties are derived from PropertyDescriptor class. It is important to have these objects grouped and sorted. That's why I pass System.ComponentModel.DataAnnotations.DisplayAttribute with GroupName and Order values set to the constructor of PropertyDescriptor. If I bind Item property of property grid direct to ClassTypeDescriptor, everything works like a charm, properties get grouped and sorted. But if I bind Item property to the List or any other collection of ClassTypeDescriptor, independently from the count of elements in it, grouping is getting lost and sorting is not applied also. I attach the demo solution to this report and hope for the quick answer.

P.S.: I've tried the same case but with "normal" object with properties. And grouping and sorting work even if I bind a collection to Item property of PropertyGrid

Thank you in advance
Alexander Sherekin
Completed
Last Updated: 26 Jan 2017 16:14 by ADMIN
Foreground defined within PropertyGridField's Label Style is not applied in Expression_Dark theme.

Completed
Last Updated: 23 Jan 2017 06:51 by ADMIN
GetStandardValuesSupported and GetStandardValues methods of a type converter are not called.

Available in the 2017 R1 Release (2017.1.117).
Completed
Last Updated: 23 Jan 2017 06:51 by ADMIN
Completed
Last Updated: 23 Jan 2017 06:51 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: PropertyGrid
Type: Feature Request
6
Research the opportunity to add support for TypeConverter on class.

Available in the 2017 R1 Release (2017.1.117).
Unplanned
Last Updated: 03 Jan 2017 21:12 by ADMIN
Expose an event  corresponding to AutogeneratingPropertyDefinition so that the user can customize the property definitions.
Unplanned
Last Updated: 03 Jan 2017 21:10 by ADMIN
Expose a boolean property that states whether to save the expanded state of the group and property definitions and the filter descriptor.
Completed
Last Updated: 27 Oct 2016 13:02 by ADMIN
Add an additional EditorAttribute's constructor which takes the type's name as a string.
Completed
Last Updated: 18 Oct 2016 14:38 by ADMIN
Completed
Last Updated: 18 Oct 2016 13:29 by ADMIN
Completed
Last Updated: 18 Oct 2016 12:04 by ADMIN
So far only IDataErrorInfo and exception based validation is supported. RadGridView already supports INotifyDataErrorInfo, it's time for RadPropertyGrid.
Completed
Last Updated: 18 Oct 2016 11:03 by ADMIN
ADMIN
Created by: Ivan Ivanov
Comments: 0
Category: PropertyGrid
Type: Bug Report
0