Search code examples
x++dynamics-ax-2012ax

AllowEdit doesn't work properly in Dynamics AX


I have set Grid's and its fields AllowEdit properties to 'Yes', but anyway it reacts like readonly. What can be a reason of it? Thanks...


Solution

  • You can also set allowedit on the form data sources (data sources node of you form). Check if the AllowEdit property of the data source is set to "Yes".

    Also check in code whether your data source of controls aren't set to allowEdit(false) programmatically. Right click the form and use the find... form to search for "allowedit".

    An other property you should check is the "enabled" property on your controls.