cnwk73
8 Aug 2012, 12:17 AM
I have a grid with 10 columns. First 4 columns are locked and non-editable and remaining 6 are editable.
Normally, while editing if user press TAB key, control changes to next cell in editable mode.
But I am getting the error -
Uncaught TypeError: Cannot call method 'getHeaderAtIndex' of undefined
If I remove Locked attribute from all columns, TAB key works correctly. Is there anyway to make TAB functionality working with locked columns.
This might be a possible bug.
I'm using the below -
Sencha Architect 2.0
ExtJS 4.0.7
Gridpanel, CellEditingPlugin, CellSelectionModel
Thanks
Normally, while editing if user press TAB key, control changes to next cell in editable mode.
But I am getting the error -
Uncaught TypeError: Cannot call method 'getHeaderAtIndex' of undefined
If I remove Locked attribute from all columns, TAB key works correctly. Is there anyway to make TAB functionality working with locked columns.
This might be a possible bug.
I'm using the below -
Sencha Architect 2.0
ExtJS 4.0.7
Gridpanel, CellEditingPlugin, CellSelectionModel
Thanks