-
5 Apr 2011 11:35 AM #1
How to set isCellEditable:false
How to set isCellEditable:false
I am using a GridPanel with CellEditing.
How do I set isCellEditable:false in ExtJS 4.0b1?
Because this does not disable the editing of the Name field:
Code:headers: [ {isCellEditable:false, text: "Name", flex: 1, dataIndex: 'Name', sortable: true }, ]
-
6 Apr 2011 5:11 AM #2Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,167
- Vote Rating
- 28
if you do not specify a field, it will not allow editing.

Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
Similar Threads
-
Why cm.isCellEditable() run 2 times
By iori0758 in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 27 Mar 2011, 5:37 PM -
EditorGridPanel: isCellEditable
By randomuser01 in forum Ext 2.x: Help & DiscussionReplies: 5Last Post: 21 Oct 2008, 5:01 AM -
problem with isCellEditable
By pafciu17 in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 12 Jun 2008, 2:41 AM -
Ext.grid.ColumnModel isCellEditable
By jestahl in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 1 Apr 2008, 11:01 AM


Reply With Quote