Field uneditable on the grid

Hi,

on the VendTans form, we have added another grid of overview and based on certain conditions either of the two grids is displayed. I have added Txt field to the newly created field, however the field remains editable until the record is not saved, once it is saved it becomes uneditable. When I checked if the allow edit at run time of design field, datasource field, tabPage, datasource itself by printing

(name).allowedit()

everything is editable. What could be making it read only?

Txt is ediable in my system (AX2012). Review if AllowEdit is set to Yes on the table field.

Hi Martin,

Thanks, after days of debug, it turned out to be the custom code.