We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc676cd commit fb27e8aCopy full SHA for fb27e8a
LDK/resources/web/LDK/grid/Panel.js
@@ -58,8 +58,8 @@ Ext4.apply(LABKEY.ext4.GRIDBUTTONS, {
58
var model = LDK.StoreUtils.createModelInstance(grid.store, null, true);
59
grid.store.insert(0, [model]); //add a blank record in the first position
60
61
- if(cellEditing)
62
- cellEditing.startEditByPosition({row: 0, column: this.firstEditableColumn || 0});
+ if (cellEditing)
+ cellEditing.startEditByPosition({row: 0, column: grid.firstEditableColumn || 0});
63
}
64
}, config);
65
},
0 commit comments