Unplanned
Last Updated: 19 Jul 2018 15:56 by Chris
ADMIN
Stefan Nenchev
Created on: 12 Nov 2015 14:26
Category: PropertyGrid
Type: Bug Report
4
PropertyGrid: Changing PropertySetMode of PropertyGrid runtime does not reflect readonly state.

		
2 comments
Chris
Posted on: 19 Jul 2018 15:56
Any Idea when/if this will get fixed? Thanks.
ADMIN
Stefan Nenchev
Posted on: 12 Nov 2015 14:53
1. Set PropertySetMode of RadPropertyGrid to Intersection.

2.Set Item of PropertyGrid to a list of objects with all properties writeable. 

3.Runtime :

 - Change the PropertySetMode to None.

- Change the item to an object with a read-only property.

4.The read-only property is changed to a writeable property.