Unplanned
Last Updated: 21 Nov 2024 12:02 by Stenly
Currently, the order of the GroupDefinitions will be based on the OrderIndex of the PropertyDefinitions, which means that in order to reorder the groups, you will have to order the PropertyDefinitions.

The GroupDefinition class exposes the DisplayIndex property, which we can review and improve its functionality to allow the user to directly order the groups based on it.
Unplanned
Last Updated: 20 Sep 2024 14:25 by Martin Ivanov
Add a property on the PropertyDefinition or the PropertyGridField object that changes the visibility of the expand/collapse button that is displayed when you have nested properties. The developer should be able to manually define if the button should be visible or not.
Unplanned
Last Updated: 19 Sep 2024 09:11 by Stenly
The CollectionEditor control has a ListBox on its left side, which has an indicator for the selected item when the Windows 11 theme is applied. Performing a selection and then reopening the drop-down to display the CollectionEditor, performing a selection does not update the indicator. It stays on the previously selected item prior to closing the drop-down.
Unplanned
Last Updated: 04 Sep 2024 05:14 by Andrea
See if we can improve the TryGetValueByReflection method when using dynamic objects.
Unplanned
Last Updated: 29 Jul 2024 06:34 by David
Add the ability to add new items in the collection editor when binding to primitive types.
Unplanned
Last Updated: 03 Jul 2024 07:29 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: PropertyGrid
Type: Feature Request
0
Add a Visibility DependencyProperty (to support data binding) to the GroupDefinition class. The same setting is available in the PropertyDefinition objects and it affects the property fields in the UI. The Visibility of the GroupDefinitions should hide/show the entire group along with all its child property fields.

The GroupDefinition Visibility should not update the Visibility of the child PropertyDefinition objects. Both properties should work independent.
Unplanned
Last Updated: 26 Jun 2024 16:03 by Martin Ivanov
A memory leak occurs when RadPropertyGrid instaces are loaded/unloaded multiple times. 

The issue manifests even more if the PropertyGrid contains fields for editing DateType types. 
Unplanned
Last Updated: 10 Jan 2024 09:12 by Renato

 Add selected inactive state for PropertyGrid Field.

Unplanned
Last Updated: 10 Nov 2023 14:15 by Martin Ivanov
Add an event that is raised when the editor's value gets updated and just before the value is updated back to the associated data item when PropertySetMode is Union or Intersection.

Currently, you can use the PropertySetsValidationFunction to intercept this moment, but the function is not invoked only for the currently edited property, but for all other properties in the PropertyGrid and you cannot indicate which one triggered the change.
Unplanned
Last Updated: 03 Oct 2023 11:04 by Stenly
Improve loading performance when IsGrouped="True" and AutoExpandGroups="True".
Unplanned
Last Updated: 14 Jul 2020 06:52 by ADMIN
Currently the AutomationID of the PropertyGridField is set to "{0}_FieldEditor", where {0} is the DisplayName of the property definition. We can introduce an option to prevent this.
Unplanned
Last Updated: 30 Oct 2019 15:42 by ADMIN

An non edit mode is enabled in the control when the EditMode is set to Single. In this case, only one field can enter edit mode and the rest are read only. 

Currently, there is no API that allows you to customize the content (that shows the property value) of the read only fields.

Add an API that allows you to customize the read only content. Similar to the EditorTemplate of the PropertyDefinition.

 
Unplanned
Last Updated: 03 Aug 2017 15:57 by ADMIN
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.
Unplanned
Last Updated: 30 Apr 2019 07:28 by ADMIN
 SelectedPropertyDefinitions are not cleared when RadPropertyGrid.Item being changed.
Unplanned
Last Updated: 07 Sep 2016 07:17 by ADMIN
Currently the only option is to call the Expand/Collapse groups API, which takes noticable time to execute.
Unplanned
Last Updated: 07 Sep 2016 05:57 by ADMIN
Currently, when RenderMode Flat is enabled, RadPropertyGridd uses a custom navigation behavior. The default framework navigation is available only when RenderMode is Hierarchical.
1 2 3