Completed
Last Updated: 25 Apr 2016 08:09 by ADMIN
Created by: Brian
Comments: 3
Category: PropertyGrid
Type: Feature Request
14
I'm having a problem with the RadPropertyGrid when bound to an indexed property. Getting the property works fine, but after changing the field, the setter never gets called.

 Attached is a simple test program. This program has a RadPropertyGrid bound to a simple string property and an indexed property. These same two properties are also bound to a TextBox.

 Notice that when the values in the TextBoxes are changed, the debug output shows that the setters are called and the values displayed in the RadPropertyGrid are properly updated.

 When the simple string is changed in the RadPropertyGrid, the debug output shows that the setter is called and the value displayed in the TextBox is properly updated.

 But, when the indexed property is changed in the RadPropertyGrid, the debug output does not show the setter getting called and the value displayed in the TextBox does not get updated.

*** The support for collection indexer binding will be available with R2 2016.
Completed
Last Updated: 13 Jun 2022 13:47 by ADMIN
Release R2 2022 SP1
Unplanned
Last Updated: 06 Aug 2019 08:51 by ADMIN
Completed
Last Updated: 28 Jul 2014 07:34 by ADMIN
ADMIN
Created by: Maya
Comments: 5
Category: PropertyGrid
Type: Feature Request
9
Provide support for Editor Attribute.
Unplanned
Last Updated: 16 Aug 2018 15:13 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 14:13 by Mike
ADMIN
Created by: Ivan Ivanov
Comments: 2
Category: PropertyGrid
Type: Feature Request
6
Three separate modes for RadPropertyGrid's ordering according to its states. OrderIndex should be respected in Sorted state/Grouped state/Both states (default value).
Completed
Last Updated: 08 Aug 2016 10:24 by Will
ADMIN
Created by: Vanya Pavlova
Comments: 2
Category: PropertyGrid
Type: Feature Request
6
RadPropertyGrid's Description Panel Resizing/Visual Studio like behavior
Unplanned
Last Updated: 09 Aug 2016 13:49 by ADMIN
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.
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: 27 Jun 2017 18:51 by dj
Currently, if you change the value of a property in the object bound to the property grid control, the control's UI won't reflect this change.
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: 15 Mar 2023 11:52 by Markus
Release R1 2023 SP1

Currently, the control allows you to search only for fields that have been expanded already. If a parent field was never expanded, the search won't look for its children.

Allow searching in not expanded fields.

Unplanned
Last Updated: 03 Aug 2016 14:10 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: PropertyGrid
Type: Feature Request
4

			
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. 
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.
Unplanned
Last Updated: 03 Aug 2016 14:10 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: PropertyGrid
Type: Feature Request
3
As a user I want be able to use FlagEnumEditor when RadPropertyGrid is bound to collection
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.
1 2 3