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

Un-resolved problem or ??...Please help

1 Answer 29 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jose
Top achievements
Rank 2
Jose asked on 23 Jan 2012, 04:18 AM
I having the same problem explained in this post

http://www.telerik.com/community/forums/aspnet-ajax/grid/need-help-with-grid-scrollbar-and-browser-scrollbar.aspx

I searched the forums looking for the solution, but I can't find anything.

The problem is:
if I use

<ClientSettings>

<Scrolling AllowScroll="True" UseStaticHeaders="True" />

</ClientSettings>

 

 

Then RadGrid shows the vertical/horizontal scrollbars on the RadGrid AND in the BROWSER WINDOW.
If you use the proposed solution on the above post (<body scroll="no" style="overflow: hidden">), then, if the radgrid rows go beyond the browser window size, then the radgrid is cut and you can't scrolldown, because the scrollbar is hidden.

How I can just show the RadGrid scrollbar and not the browser scrollbar at the same time?
Any work around ?

Thanks in advance

Jose


1 Answer, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 25 Jan 2012, 01:35 PM
Hi Jose,

The customer form the other post did not sent its project and we are still not able to replicate the issue. Therefore, could you please send a small running project that we can use to reproduce the case.
Alternatively, a live URL will help us as well.

In the meantime could try to use the following CSS rule
.RadGrid
{
    overflow: hidden;
}

Additionally, I highly recommend you to use web tools like Firebug for Firefox / IE developer tool. Shortcut F12 activates both and with them is very easy to inspect the elements and to see which one is overflowing. After researching the styles of elements you can add or edit their rules.

Looking forward to your reply.

Regards,
Galin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Jose
Top achievements
Rank 2
Answers by
Galin
Telerik team
Share this question
or