Expose an event corresponding to AutogeneratingPropertyDefinition so that the user can customize the property definitions.
Three separate modes for RadPropertyGrid's ordering according to its states. OrderIndex should be respected in Sorted state/Grouped state/Both states (default value).
SelectedPropertyDefinitions are not cleared when RadPropertyGrid.Item being changed.
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.
As a user I want be able to use FlagEnumEditor when RadPropertyGrid is bound to collection
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.
This issue has been reopen as the fix for it turned out to cause other problems.
PropertyGridColumnResizer Resizing event.
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.