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
20
Ultrawebgrid header is offset when loading
posted

When my page with an ultrawebgrid first comes up, the band with the header is offset (it is about an inch to the right of the rest of the grid- it strays onto a neighboring control).  As soon as I move the mouse over the header, it snaps back into place where it's supposed to be. If I resize the page, though, it's offset again. Any ideas?

Thanks

 

Parents
  • 19308
    posted

    Sounds like the layout on the page is changing for some reason.  Are you dynamically showing/hiding or repositioning other controls on the page?  Also, is this an HTML4.0 or XHTML1.x doctype?  It sometimes helps to work in standards mode.  The best way to ensure layout is to force a dimensions on your controls.  If you have the grid set to a relative width/height (50%, 100%, etc.) try setting it to an absolute pixel value.  That should force it to always appear the way you want.

    -Tony

Reply Children