Unplanned
Last Updated: 03 Aug 2016 14:11 by ADMIN
ADMIN
Created by: Maya
Comments: 0
Category: PropertyGrid
Type: Feature Request
3
It should be a themable editor which allows users to select a file or a directory from the file system using OpenFileDialog, FolderBrowserDialog or directly to type the full path to the file.
Completed
Last Updated: 23 Jan 2017 06:51 by ADMIN
Completed
Last Updated: 09 Mar 2020 08:14 by ADMIN
Release LIB 2020.1.309 (03/09/2020)
Behind the scene we need to update any changes made in the property grid, in a SQL Server database, too. With our current implementation we fire a database request if a property is edited in the property grid. This is fine if only one entity has been selected. If more than one entity has been selected (ProperytSetMode “Intersection”) a database request is fired for each entity if a property is edited. This is not very performant for us.
We need an event like “EditEnded” to figure out when the PropertySetViewModel has updated all ViewModels. Then we are able to updated the necessary changes in the database in a single call. 
Completed
Last Updated: 26 May 2022 08:04 by ADMIN
Release LIB 2022.2.530 (30 May 2022)
Created by: dj
Comments: 0
Category: PropertyGrid
Type: Bug Report
3
 
Unplanned
Last Updated: 03 Aug 2016 14:10 by ADMIN
ADMIN
Created by: Yoan
Comments: 0
Category: PropertyGrid
Type: Feature Request
2
PropertyGridColumnResizer Resizing event.
Completed
Last Updated: 18 Oct 2016 13:29 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 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: 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: 29 Jul 2024 06:34 by David
Add the ability to add new items in the collection editor when binding to primitive types.
Completed
Last Updated: 20 Dec 2024 08:46 by ADMIN
Release 2024.4.1219 (Preview)
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.
Completed
Last Updated: 09 Mar 2023 13:24 by ADMIN
Possibility to edit only the SelectedPropertyDefinition (like in Visual Studio)
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).
Unplanned
Last Updated: 03 Aug 2016 14:11 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 14:12 by ADMIN
Unplanned
Last Updated: 09 Aug 2016 08:49 by ADMIN
ADMIN
Created by: Boris
Comments: 0
Category: PropertyGrid
Type: Feature Request
1

			
Completed
Last Updated: 21 Nov 2014 11:31 by ADMIN
Should be resolved with lib version 2014.3.1124.