[CLOSED] How to show grid lines in the gridPanel

  1. #1

    [CLOSED] How to show grid lines in the gridPanel

    Hi ,

    See the screen shot the grid is coming with white space.Insted of white space i want gridlines.

    regrads,
    vasu
  2. #2

    RE: [CLOSED] How to show grid lines in the gridPanel

    Hi Etisbew,

    There was not scree capture attached to your original post.


    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] How to show grid lines in the gridPanel

    Hi,

    I uploaded the screen shot.Cau u see and solve my problem

    Regards,
    vasu
  4. #4

    RE: [CLOSED] How to show grid lines in the gridPanel

    Hi Etisbew,

    Please ensure the GridPanels .Height property is set with a value. Or, place the GridPanel within a Layout control whos parent has a .Height property set.


    Hope this helps.


    Geoffrey McGill
    Founder
  5. #5

    RE: [CLOSED] How to show grid lines in the gridPanel

    Hi,
    The height of the grid must be the browser height.How set this.

    Regards,
    vasu
  6. #6

    RE: [CLOSED] How to show grid lines in the gridPanel

    The height of the grid must be the browser height.How set this.
    Add a <ext:Viewport>, then add a <ext:FitLayout> inside the viewport <Body>. Then add the <ext:GridPanel> inside the FitLayout.


    Hope this helps.


    Geoffrey McGill
    Founder
  7. #7

    RE: [CLOSED] How to show grid lines in the gridPanel

    We did the same way and we were able view the grid fit to the browser height and width.
    When we are having few records in the grid, remaining part looks empty with white color, but we want to show that with empty rows do we have any attribute to set the empty space with empty rows if not please help us with any work around

    Regards,
    Etisbew


  8. #8

    RE: [CLOSED] How to show grid lines in the gridPanel

    Hi Etisbew,

    There are no properties on the GridPanel to fill in empty lines in the body.

    A possible work-around would be to add a css class which configures an image to be stretched in the background simulating lines. The lines would then appear to fill up the empty space.

    Hope this helps.


    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] GridPanel Lines
    By state in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 21, 2022, 6:01 PM
  2. Replies: 9
    Last Post: Sep 15, 2011, 1:58 PM
  3. Grid lines to enter
    By heberluiz in forum 1.x Help
    Replies: 0
    Last Post: Mar 19, 2010, 11:26 AM
  4. Replies: 1
    Last Post: Nov 25, 2009, 9:09 AM
  5. When the grid is empty show lines...
    By speedstepmem2 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jan 10, 2009, 6:41 AM

Posting Permissions