-
2 Jul 2011 8:41 AM #1
rowexpander does not work
rowexpander does not work
pls try to expand row in the 1st grid in Grid Plugins Examples
in my application
Error message this.view is undefined
in examples/ux/RowExpander.js row 179
var rowNode = this.view.getNode(rowIdx),
expand row does not work in ext 4.0.2a! why ?
changed back to 4.0.1 there it is working
kind regards Thomas
-
3 Jul 2011 7:57 AM #2
The plugin in 4.01 version also does not work if you don't set a height for the grid.
Sencha/Java evangelist
Author of ExtJS 4 First Look and Mastering Ext JS books
English blog: http://loianegroner.com
Portuguese blog: http://loiane.com
Sencha Examples: https://github.com/loiane
-
4 Jul 2011 2:14 AM #3
Thanks! Both of these are fixed for 4.0.5
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
11 Jul 2011 10:30 AM #4
-
11 Jul 2011 11:15 AM #5Sencha - Community Support Team
- Join Date
- Jan 2009
- Location
- Palo Alto, California
- Posts
- 1,941
- Vote Rating
- 6
Ext JS Senior Software Architect
Personal Blog: http://edspencer.net
Twitter: http://twitter.com/edspencer
Github: http://github.com/edspencer
-
13 Jul 2011 3:25 AM #6
Up and down component query fails when rowexpander is used
Up and down component query fails when rowexpander is used
The up and down expects the isXType(x,y) on components.
The rowExpander HeaderConfig object is missing this method , causing the up() and down() methods to crash.
see also my other post http://www.sencha.com/forum/showthre...383#post625383
Jan
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote