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

Scroll bars and RadGrid

2 Answers 101 Views
Window
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 07 Nov 2008, 10:29 PM
In RadWindows with RadGrids there always seems to be a horizontal scrollbar.  Any ideas on getting rid of this?

Thanks.

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 10 Nov 2008, 08:00 AM
Hi Michael,

Add the following style in the page that is loaded in RadWindow.

<style type="text/css"
    HTML 
    { 
        overflow-x: hidden; 
    } 
</style> 


Regards,
Shinu.
0
Michael
Top achievements
Rank 1
answered on 10 Nov 2008, 03:20 PM
Thanks.  This worked great!
Tags
Window
Asked by
Michael
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Michael
Top achievements
Rank 1
Share this question
or