Auto Maximum Height To Container On Grid
I've tried panel: 'fit' and autoHeight:true (and both) and it didn't have this effect.
I have a grid panel applied to whatever panel
container.add(grid)
container.doLayout()
Otherwise you will have to set width and height of the div in which case you have to know the height in the first place.
this.grid.render();
ds.load({params:{start:0, limit: this.grid_settings.items_per_page}});
#If you have any other info about this subject , Please add it free.# |

