This is a migrated thread and some comments may be shown as answers.

grid vertical line issue!

0 Answers 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
ajmal
Top achievements
Rank 1
ajmal asked on 29 Jul 2011, 08:04 AM
Hi All,

I put a fix height (200px) for grid instead of "auto" to enable vertical scroll with grid.
When grid content area is equal or greater than this height (200px), the grid line (horizontal, vertical) are comes perfect with the grid, but when content area is lesser than fix height (200 px), then grid vertical line look incomplete (please refer attached snap.)

question - is there any way to do vertical line come down (and fill the entire grid height) or any other way to do anything? please help..

i'm using below style to generate lines...

 /*grid line*/
    .t-grid td
    {
        border-right: 1px solid #000;
        border-top: 1px solid #000;
    }
Tags
Grid
Asked by
ajmal
Top achievements
Rank 1
Share this question
or