DevExpress in Openedge – Column can’t be edited despite enabling it
I’ve got a temp table full of data that I’m trying to display as a gridView with one column meant to be editable for changing a budget and is in a numeric format to 2 decimal places. It adds each column programmically instead of using the designer since I use the class for other gridViews as well but even adding the columns in by the visual designer has the same issue. The gridView uses all default values given by the visual designer. There are 8 columns in the following formats – CHAR, CHAR, DATE, DATE, CHAR, DECI, DECI, CHAR. The class holding the data for each row have get and set methods for each attribute. The method for adding in the columns and data is below: