Purnendu Rath
Purnendu Rath

Reputation: 45

Ext JS-Restrict to manual CellEditing only.

I am using cell editing for a grid in Ext JS. I want to edit the cell by manually calling the startEdit method, rather than through clicks. How can I disable editor from being editable through clicks. I have a check column which will only allow editing of a particular column.

Upvotes: 0

Views: 83

Answers (1)

Purnendu Rath
Purnendu Rath

Reputation: 45

I actually modified the beforeedit listener of cell editor and it worked.

Upvotes: 2

Related Questions