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

Get not get rid of IE browser horizontal scroll bar - Style="overflow: hidden; " not work

2 Answers 43 Views
Grid
This is a migrated thread and some comments may be shown as answers.
JJ
Top achievements
Rank 1
JJ asked on 20 Jan 2011, 04:45 AM

I have a radgrid with lots columns, lot of dropdown filter columns(created by using the following example for dropdown filter column)

http://demos.telerik.com/aspnet-ajax/grid/examples/programming/filteringtemplatecolumns/defaultcs.aspx

Everything works fine except can not get rid of IE horizontal  scroll bar .  I tried Style="overflow: hidden; ", but doesn't work.

If I removed several dropdown filter column, the probelm can be solved but obviously I need to keep those dropdown filter column.

I only need the grid scroll bar, not the browser scroll bar.  How can I get rid of the broswer scroll bar?

Please help.

2 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 20 Jan 2011, 04:45 PM
Hi Jessie,

Please set the position:relative style to the scrollable container, whatever it is. In your case it is probably the RadGrid data container:

.rgDataDiv
{
          position:relative;
}

I hope this helps.

Regards,
Pavlina
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
JJ
Top achievements
Rank 1
answered on 20 Jan 2011, 08:34 PM
Thanks Pavlina. It works!!
Tags
Grid
Asked by
JJ
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
JJ
Top achievements
Rank 1
Share this question
or