Read-only PropertyGrid C#
The following example shows how to create readonly property grid in C#.
The .net property gird doesnot allows to make it readonly. Textboxes used to edit values of properties of selected object in property grid are disabled if the property is set as readonly. In this example we are adding the readonly attribute at runtime to [...]






