简体   繁体   中英

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.

我实际上修改了单元格编辑器的beforeedit侦听器,并且它起作用了。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM