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 - TTeeGrid.ReadOnly property does not work in design mode
Summary: TTeeGrid.ReadOnly property does not work in design mode
Status: RESOLVED FIXED
Alias: None
Product: TeeGrid for Delphi
Classification: Unclassified
Component: Grid (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- normal
Target Milestone: ---
Assignee: david berneda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-16 23:16 EST by dean.mustakinov
Modified: 2020-01-24 05:01 EST (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.