I am trying to make grid column not read-only and tried a few things that do not work:
Wizard/Set Extended properties
Using the Grid Collections properties in design mode
Using WinGrid control custom code
This is a Customer Tracker grid, so I suppose there is property being set by Epicor to make the grid control read-only and that is overriding everything else. I would like the User to be able to check the custom field “CheckBox03” in the grid.
If it is within a tracker it is likely that the entire form has been rendered read only. So even if you get the grid to allow you to edit, you won’t be able to save the record. Which form is this?