Posted 28 July 2021, 4:30 am EST
Hello,
I have a column in a C1TrueDBGrid linked to a C1TrueDBDropdown. The column is read only so I don’t want to show the dropdown button. To achieve this I do the following at design time:
-
"
-
“Assign the C1TrueDBDropdown”
-
“Set the Lock property to “true”.”
-
“Set the Button property to “false””
"
When the grid is displayed, the Button property’s value has been changed to “true” and therefore the button is showing.
Is there anyway to tell the grid not to override this property?
Thank you.