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?
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?
Well...in my case this solution don't work. I already tested an the same problem is there.I also do the following: grid.DisplayLayout.FrameStayle.CustomRules = "display: inline; position: relative"and now the entire grid is in front of all other controls, remaining in the same position when scrooling.
Has someone solved this? I notice this behaviour in quirkmode of IE8 as well.
Thank you