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
150
UltraWebGrid rows content box always in front...
posted

Hello! My problem is simple. I have UltraWebGrids located inside a WebAsynRefreshPanel with others controls. The WebAsynRefreshPanel has the scrool assigned to Auto, so when the content don't fit in, the scrool bars appears. The nasty isue is that always the rows content of the grid (only the box that contain the rows, without the pager info) is in front of other controls, and due to that, when scrolling, the rows remain in the same position and cover the other controls. Has anyone encounter this problem before?

Parents
  • 28464
    posted

    Hello,

    I have seen recently a problem similar to what you describe in a customer project. Although the case is not 100% the same, they seem very close. In his case, placing the grid inside relatively positioned div addressed the problem, e.g.

    <div style="position:relative">

         <igtbl:ultrawebgrid ....

    </div>

    Could you please try that and see how it goes?

Reply Children