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

Need help with Grid Scrollbar and Browser Scrollbar

3 Answers 114 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ulrich
Top achievements
Rank 1
Ulrich asked on 07 Apr 2011, 09:23 AM
Hi all,

I have a grid with scrolling enabled. The grid has a width of 877px and a height of 475px.

Now I just noticed that in addition to the grid scrollbar there's a vertical scrollbar in the browser as well. I don't need that scrollbar because when I scroll down I just get a blank (in my case: black) page.
How can I remove the browser scrollbar?

Please see attached image.

Any tips?

Thanks!

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 07 Apr 2011, 02:06 PM
Hello Ulrich,

You can remove the Scrollbar from your Browser Window by setting the following style to the body tag.
<body scroll="no" style="overflow: hidden">

Thanks,
Shinu.
0
Ulrich
Top achievements
Rank 1
answered on 07 Apr 2011, 02:59 PM
The "overflow:hidden" property removed the scrollbar of the browser, so thanks for that, Shinu.

But I'm facing a new problem now.

Because when I scroll way down in my grid and select one or more rows (see attached image), the grid disappears, the whole page kind of moves down and I only have a blank/black screen. I can't scroll up again since the browser scrollbar is no longer there.
0
Pavlina
Telerik team
answered on 07 Apr 2011, 04:35 PM
Hello Ulrich,

Could you please try sending the problematic page to me? You can open a formal support ticket where you could attach files. Then I could check it out and see what could have gone wrong and how to solve it.

Thank you.

Kind regards,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Ulrich
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Ulrich
Top achievements
Rank 1
Pavlina
Telerik team
Share this question
or