I'm not sure if this is a cause of how I have my grid setup with regards to Update panels and the like, but then again the rendering glitch I am seeing only occurs in Firefox.
When the page loads, if I have enough items to force a horizontal scroll, the last row of the grid Data grid extends beyond the border of the main grid; I guess it's not being properly hidden beyond the boundary of the parent grid; the parent grid div being the one that has the exact Id that I assign to my grid.
I fixed it in firefox when the page loads by calling repaint on the grid after I bind on page load on the server side.
If I however click the refresh grid item command button, the rendering problem resurfaces even though the repaint is still being called.
Any help would be cool.
When the page loads, if I have enough items to force a horizontal scroll, the last row of the grid Data grid extends beyond the border of the main grid; I guess it's not being properly hidden beyond the boundary of the parent grid; the parent grid div being the one that has the exact Id that I assign to my grid.
I fixed it in firefox when the page loads by calling repaint on the grid after I bind on page load on the server side.
If I however click the refresh grid item command button, the rendering problem resurfaces even though the repaint is still being called.
Any help would be cool.