Completed
Last Updated: 15 Nov 2013 06:16 by ADMIN
ADMIN
Ivan Petrov
Created on: 15 Nov 2013 06:16
Category: PropertyGrid
Type: Bug Report
0
FIX. RadPropertyGrid - When a parent item is marked as ReadOnly its sub items cannot be edited.
Steps to reproduce:

1. Create a class A with a boolean property
2. Create a class B with a property of type A and decorate it with [ReadOnly(true)] attribute
3. Set an instance of class B as the SelectedObject of a RadPropertyGrid
4. Try to change the boolean property. You will see you cannot.
0 comments