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

GridView Height Problem in Differenet Browser

0 Answers 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Akhil Raj
Top achievements
Rank 1
Akhil Raj asked on 28 May 2012, 06:20 AM
hi all,
   I have rad grid in my page. The page is designed with Rad splitter and rad pane. I enabled paging for the grid. Now my requirement is that the grid should be 100% height so that my pager should always display at the bottom of the page. For this i tried the following options

Option 1: Set height property of the grid to 100%
   This option perfectly worked in the IE 8. But this is not worked in the Firefox

Option 2: Created on css class for the grid and apply the css class. The following is the css class

        .grid
        {
            height:auto !important;
            height:100%;
            min-height:250px;
        }
But this not helped

Option 3: Created css class for  the pager and applied. The following is the css class
        .pagerPosition
        {
            position:absolute;
            bottom:10px;
            text-align:right;
 
        }
This helps some what like the pager moved to the bottom but some spacing difference in different browser.

Can anyone helps to work around for the problem?

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Akhil Raj
Top achievements
Rank 1
Share this question
or