-
27 Apr 2012 5:13 AM #1
Answered: ExtJS rowexpander - Collapse-Icon on render
Answered: ExtJS rowexpander - Collapse-Icon on render
I use the rowexpander plugin in a grid. The problem is that after rendering the plugin shows the collapse-icon at each row instead of the expand-icon.
Code://RowExpander { ptype: 'rowexpander', rowBodyTpl : [ '<p><b>Project name:</b> {project_name}</p><br>', '<p><b>Summary:</b> {desc}</p>' ], }
1.png
If the collapse-icon is clicked it changes to the expand-icon and from there it works fine.
What's the reason for this behavior and how can I solve it?
regards!
-
Best Answer Posted by scottmartin
Please check 4.1 with your code before begin to research this as a open bug.
Regards,
Scott.
-
27 Apr 2012 8:06 AM #2Sencha - Support Team
- Join Date
- Jul 2010
- Location
- Houston, Tx
- Posts
- 7,185
- Vote Rating
- 194
- Answers
- 433
Can I get the exact version of ExtJS4 that you are using?
Are you using the latest release?
http://www.sencha.com/blog/ext-js-4-1-final-released/
Regards,
Scott.
-
27 Apr 2012 10:15 AM #3
Thank you for your answer.
I'm using 4.0.7
Regards
-
27 Apr 2012 10:39 AM #4Sencha - Support Team
- Join Date
- Jul 2010
- Location
- Houston, Tx
- Posts
- 7,185
- Vote Rating
- 194
- Answers
- 433
Please check 4.1 with your code before begin to research this as a open bug.
Regards,
Scott.


Reply With Quote