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: 04 Sep 2024 05:14 by Andrea
See if we can improve the TryGetValueByReflection method when using dynamic objects.
Completed
Last Updated: 17 Oct 2016 11:15 by ADMIN
The Exception is thrown as if the RenderMode is not set to Flat. If the GroupStyleSelector is defined before the RenderMode, the issue is not reproduced.
Completed
Last Updated: 18 Oct 2016 11:03 by ADMIN
ADMIN
Created by: Ivan Ivanov
Comments: 0
Category: PropertyGrid
Type: Bug Report
0

			
Completed
Last Updated: 16 Apr 2019 12:53 by ADMIN
Release LIB 2019.1.422 (04/22/2019)
When the PropertyDefinition of the AutoGeneratingPropertyDefinitionEventArgs is set for a nested property definition, it is not respected. 
Completed
Last Updated: 22 Jul 2019 10:44 by ADMIN
Release LIB 2019.2.722 (07/22/2019)
Expose API to control window's location when using Editor attribute with the EditorStyle.Modal
Completed
Last Updated: 18 Oct 2016 14:38 by ADMIN
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.
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: 27 Oct 2016 13:02 by ADMIN
Add an additional EditorAttribute's constructor which takes the type's name as a string.
Unplanned
Last Updated: 09 Aug 2016 08:44 by ADMIN
Unplanned
Last Updated: 09 Aug 2016 08:32 by ADMIN
ADMIN
Created by: Ivan Ivanov
Comments: 0
Category: PropertyGrid
Type: Feature Request
0

			
Unplanned
Last Updated: 09 Aug 2016 07:21 by ADMIN
ADMIN
Created by: Ivan Ivanov
Comments: 0
Category: PropertyGrid
Type: Feature Request
0

			
Completed
Last Updated: 05 Dec 2021 16:21 by ADMIN
Release LIB 2021.3.1206 (6 Dec 2021)

When a RadPropertyGrid instance is placed inside a RadBusyIndicator, the StyleManager cannot apply the styles correctly and it causes an InvalidOperationException at runtime.

Workaround: Use the NoXaml version of the assemblies with the needed themes.

Completed
Last Updated: 15 Feb 2022 16:31 by ADMIN
Release R1 2022 SP1
The following exception is thrown when changing the value of specific properties.
InvalidCastException: 'Object must implement IConvertible.'

This happens if the bound property is of a base type and the provided value is of a type that inherits the base type. For example, if you bind to a property of type Brush and you assign a value of type SolidColorBrush.
Completed
Last Updated: 27 Jun 2023 11:25 by ADMIN
Release LIB 2023.1.703 (3 Jul 2023)
When a PropertyDefinition with binding to an attached property is added to the PropertyDefinitions collection, the created editor is not bound correctly. 
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: 25 Mar 2016 13:23 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 1
Category: PropertyGrid
Type: Bug Report
0
The fix will be available with lib version 2016.1.328
Declined
Last Updated: 18 Mar 2016 08:07 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: PropertyGrid
Type: Feature Request
0
The reason for the flickering is the group needs to be recreated so that its content to be updated.