Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 2278

Summary: TTeeGrid.ReadOnly property does not work in design mode
Product: TeeGrid for Delphi Reporter: dean.mustakinov
Component: GridAssignee: david berneda <david>
Status: RESOLVED FIXED    
Severity: normal CC: marc
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description dean.mustakinov 2020-01-16 23:16:59 EST
Setting TTeeGrid.ReadOnly to True in the form designer does not work.

TTeeGrid.ReadOnly property has "default True" option set so when form is saved "True" value for ReadOnly property will not be saved.

Underlying TTeeGrid code does not set ReadOnly property to True when TTeeGrid is created so grid is not read only and data can be edited.

Changing TTeeGrid.ReadOnly property default option to "False" allows saving of ReadOnly = True in the form and everything works as expected.
Comment 1 marc meumann 2020-01-24 05:01:04 EST
Thanks for the feedback Dean. Change made for next update.