This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
How does the grid handle read only properties? I have a property that is marked with a read only attribute, but the property grid still allows me to edit the property. Thanks! |
|
|
Sorry for the slow reply -- we have all been at a conference for the last few days. The grid detects properties which have only a getter and displays them as read-only. If you are marking read-only-ness via an attribute (i.e. the property has a setter and you are using an attribute to tell UIs to pretend it is read-only) then could you post a code fragment and we will add support or give you guidance as appropriate. If you are seeing a get-only property being displayed as editable then could you post a simple sample project that exhibits the problem (you can attach zip files via the Options tab) and I will investigate. Thanks! |
|