-
15 Jan 2013 3:11 AM #1
Unanswered: Row Expender
Unanswered: Row Expender
Hi,
If we see the example of Rowexpander in sencha (http://docs.sencha.com/ext-js/4-1/#!...d-plugins.html) here on rowexpander some static data is getting displayed. where the code is like this
for(var i = 0; i < griddata.length; i++){griddata[i].push('Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed metus nibh, sodales a, porta at, vulputate eget, dui. Pellentesque ut nisl. ');}
Here Griddata is an array or grid ... Here instead of bringing static i want to load the grid dynamically . On click of eah row i need to display the grid. How i can do this ?? Please help me out ...
-
17 Jan 2013 8:57 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,684
- Vote Rating
- 435
- Answers
- 3111
So in a grid when you click on a row (itemclick event) you want to show another grid?
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.
-
17 Jan 2013 10:14 PM #3
yes exactly on click of each row i need to show another grid dynamically ....
-
21 Jan 2013 8:46 PM #4


Reply With Quote