Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

dx-data-grid/dxi-column allowEditing has no effect #441

@joerggross

Description

@joerggross

To help us process the issue more efficiently, please provide the following information:

  • Specify the version of the devextreme-angular and devextreme packages you are using.
    devexteme version: 16.2.4
    devextreme-angular version: 16.2.4
  • Specify the type of the issue (check one with "x"):
    [x ] bug Report
    [ ] feature request
    [ ] support inquiry

Using form editing mode in a dxi-data-grid the dxi-column/allowEditing option has no effect, the item is still editable:

`

<dx-data-grid 
    id="gridContainer"
    [dataSource]="source"
    >
    <dxo-editing 
        mode="form"
        [allowUpdating]="true"
       >
    </dxo-editing>
    <dxi-column dataField="id" allowEditing="false"></dxi-column>
    <dxi-column dataField="city" ></dxi-column>
    <dxo-load-panel [enabled]="true"></dxo-load-panel>
</dx-data-grid>

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions