Unplanned
Last Updated: 17 Apr 2024 14:37 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 20 Sep 2018 10:40
Category: GridView
Type: Bug Report
1
FIX. RadGridView - when the Enabled property is set to false, the Property Builder should allow editing the columns
To reproduce: add a RadGridView with several columns. Set the Enabled property to false. Try to open the Property Builder and you will notice that the Columns are disabled in it.

Workaround: set the Enabled property to false at run time. Thus, it would be possible to manipulate the columns via the Property Builder at design time.
2 comments
ADMIN
Hristo
Posted on: 21 Sep 2018 06:39
Hi Dan,

Thank you for your input. Indeed the property builder should not be disabled in the designer even if the Enabled property of the control is set to false.

Regards,
Hristo
kultman
Posted on: 20 Sep 2018 11:01
If you want to diasable the property builder you could have a new property for this, but when that makes sense I don't know. Developer should always be able to use property builder at design time.