-
20 Jun 2011 9:16 AM #1
Using checkbox selection model in the editable grid produces an error
Using checkbox selection model in the editable grid produces an error
REQUIRED INFORMATION
Ext version tested:- Ext 4.0.2
Browser versions tested against:- IE 9.0.8112.16421
- FF 5, firebug 1.7.3
- Opera 11.11
- Chrome 12.0.742.100
- Safari 5.0.5
Description:- If a grid is editable and has the checkbox selection model, then the following error occurs when selection the checkbox:
column.getEditor is not a function
editor = column.getEditor(record);
ext-all-debug.js (line 80534)
Steps to reproduce the problem:- Create an editable grid with the plugin
var cell_editing = Ext.create('Ext.grid.plugin.CellEditing', {
clicksToEdit: 1
}); - Use Ext.selection.CheckboxModel as the selection model
- Try to select a row by clicking the checkbox. The browser shows the error described above
The result that was expected:- The row should be selected.
The result that occurs instead:- The row is selected.
- The browser shows javascript error described above.
HELPFUL INFORMATION
Debugging already done:- Apparently, by clicking on the checkbox, the checkbox column for selections is treated as an usual editable column, what is wrong.
Possible fix:- not provided
Additional CSS used:- only default ext-all.css
Operating System:- Windows 7
-
23 Jun 2011 6:29 AM #2
same here.
I also get the same error. Whenever I check uncheck the column , I get above mentioned error.
-
24 Jun 2011 10:39 PM #3
Formatted with the new bug report template
-
26 Jun 2011 9:22 AM #4Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 436
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
26 Jun 2011 9:25 AM #5Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 436
Verified and reported!
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
11 Jul 2011 1:53 AM #6
Dev team any update on this particular issue?
-
15 Nov 2011 7:40 AM #7Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 436
I just tested against our latest code and the cell editing plugin is working with the checkbox selection model. However, I tried to select a row using the checkbox selection model with the row editing plugin and I get an error.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
15 Nov 2011 8:03 AM #8
Yes, I pointed out exactly this error that occurs when selecting the checkbox for the selection of a row. Normal editing of a normal editable cell works well.
-
4 Jan 2012 11:14 AM #9
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-3318
in
4.1.


Reply With Quote
