Auto Maximum Height To Container On Grid

  • Is it possible to maximise a the height of a grid to fill what ever height is available in it's parent element.

    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





  • Set layout: fit to the parent container of the grid and then
    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.


  • I was using:

    this.grid.render();
    ds.load({params:{start:0, limit: this.grid_settings.items_per_page}});


  • How do you render this grid?







  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about Auto Maximum Height To Container On Grid , Please add it free.