[CLOSED] Get GridPanel to AutoResize Vertically and lock PagingToolbar at bottom of Parent Container

  1. #1

    [CLOSED] Get GridPanel to AutoResize Vertically and lock PagingToolbar at bottom of Parent Container

    Hello,
    I have the following components on my page

    1. Ext.Net Collapsible Panel
    2. Ext.Net GridPanel
    3. Ext.Net PagingToolbar


    I would like the GridPanel to fill up the vertical space and have the PagingToolbar docked or locked at the bottom of the container and whenever i expand or collapse the Collapsible panel i would like the PagingToolbar to stay at the bottom. Is this possible with Ext.Net?

    There are 3 screen shot attachments
    1. Top Panel Expanded
    2. Top Panel Collapsed
    3. Desired behaviour


    Thanks.
    Attached Thumbnails Click image for larger version. 

Name:	PanelExpanded.jpg 
Views:	38 
Size:	90.0 KB 
ID:	24773   Click image for larger version. 

Name:	PanelCollapsed.jpg 
Views:	34 
Size:	94.1 KB 
ID:	24774   Click image for larger version. 

Name:	Target.jpg 
Views:	36 
Size:	100.8 KB 
ID:	24775  
    Last edited by fabricio.murta; Dec 02, 2016 at 5:24 PM.
  2. #2
    Hello Emidio!

    Sorry about the sample code, but we will require code samples to be posted in [code] tags in the thread. Aside of other reasons, it helps keep the code to reproduce the issue in one place for good. Would you minding moving the necessary code here? It would be either the aspx page contents, preferably with code behind -- if any -- in the same page or -- if MVC -- the minimal view-model-controller set.

    Thanks for understanding, we're looking forward for your follow-up.
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Hello Fabricio,
    I find the Ext.Net support to be very difficult and time consuming. Does the sample i gave you not work? My question is pretty straight forward and should not require sample code. I am using MVC and visual studio 2015 and I just want to have 3 objects inside a container on my page...
    1. collaspisble panel
    2. grid panel
    3. paging toolbar

    I would like the paging toolbar to be locked at the bottom of the container and the grid to fill the remainder both when the top panel is collapsed and when it is expanded.
    Thanks.
  4. #4
    Can you set the Panel with a Fit layout? That would fill the GridPanel in the Panel and the Paging Toolbar would always be at the bottom of the Panel.

    Regarding the .zip file. I removed the link. We need to keep all the code related to the support request inside the forum thread. Code samples should be simplified as much as possible and pasted within [CODE] tags.
    Geoffrey McGill
    Founder
  5. #5
    The collapsible panel has its own content and all three of them are placed on a containing panel. I thought that the fit layout was for a single child control. In this case i have all of the 3 controls listed above inside a containing panel.
    Thanks.
  6. #6
    Yes, the Fit Layout is for a single child. A simplified code sample would clarify the exact scenario and help us to help you.
  7. #7
    Hello Emidio!

    It's been some time since we last replied to your inquiry here, and still no feedback from you. Do you still need help with this issue, will you be able to provide a code sample so we can understand your problem and provide you better advice?
  8. #8
    No, it's all good. Thanks.

Similar Threads

  1. [CLOSED] PagingToolbar findParentByType() doesn't find the parent
    By vadym.f in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: May 01, 2013, 11:59 AM
  2. Replies: 1
    Last Post: Sep 22, 2011, 11:38 AM
  3. [CLOSED] Open window in a parent container
    By edigital in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 18, 2011, 5:21 PM
  4. Lock the parent (Modal=true)
    By mário in forum 1.x Help
    Replies: 4
    Last Post: Jul 20, 2010, 6:55 PM
  5. [CLOSED] Multiselect does not fits parent container
    By armadalabs in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 05, 2010, 3:32 PM

Posting Permissions