Devextreme-reactive: Disable editing of a particular column only while editing a row and not while adding one

Created on 18 Apr 2018  路  7Comments  路  Source: DevExpress/devextreme-reactive

I understand that editing of a column can be disabled using the columnExtensions property of the EditingState plugin. But that also disables the column when entering new values.

Is it possible to have column editing disabled only while rows are being edited and not when they are added?

Thanks.

Grid question

All 7 comments

Hi,

The functionality you described is available through a custom cell component for the TableEditRow plugin.

Please refer to this sample for more details.

Perfect! Just what I needed.

@zielinskipawel,

I've updated the sample. Feel free to reopen this issue if you need more information.

and how will it work with custom DataTypeProvider? Beacuse I've tried to implement your sample into already working DataTypeProvider and it seems not to catch the editingEnabled set in this TableEditRow.Cell, but if I use default type provider it works perfectly

I'm referring to this issue: #1757

@MaximKudriavtsev Can this work with a custom DataTypeProvider?

Hi @Velociapcior, @xZliman,

Currently, this case is not available. We will discuss how to implement it in the future.

This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SferaDev picture SferaDev  路  3Comments

franklixuefei picture franklixuefei  路  3Comments

pbalzano91 picture pbalzano91  路  3Comments

glenpadua picture glenpadua  路  3Comments

stclairdaniel picture stclairdaniel  路  3Comments