Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
Webgrid expanding outside div
posted

Hi,

I have a webgrid within a div. The div is set to use scrollbars on overflow and has a width of 600px.

The webgrid is wider than 600px and it's columns are automatically generated.

However, instead of apearing inside the div and letting me use the scrollbars to move over and back across it's length, it is appearing above/on top of the div as if it wasn't even inside the div. I can see the div scrollbar but of course because the webgrid is on the page at it's full width the scroll bar does nothing.

Does anyone know what could be causing this?


Thanks,

Colette 

 

 

Parents
  • 19308
    posted

    Colette,

    What does your markup look like?  It sounds like the grid's width is being set to a size larger than it's container.  There was also a bug in the initial 2007 Volume 3 release which caused the grid to extend beyond it's container, though I'm not absolutely sure that's what's happening here. 

    Could you post your ASPX for the grid and it's container?  If you have any external css, can you include that as well?

    -Tony

Reply Children