Grid Width Problems
I have a grid inside a DIV with the width: 100%; and height: 100%. The problem I see occurs when I give the DIV addtional properties such as border: #336699 1px solid; padding-left: 5px; and padding-right: 5px;
This makes the grid want to hang over several pixels on the right hand side instead of sitting nicely in the middle. If there are more rows than visible area, the vertical scroll bar that appears in the widget also goes off the right side of the page.
I thought I had solved this by getting the width of "tag50" (document.getElementById('tag50').clientWidth) and resetting it. But, as soon as I click on one of the column headers to sort the data, I'm back to square one. The grid hangs over the right edge of the page. This makes the right border look bad.
I am testing using IE6 WIN2000 SP4. Has anyone else encountered this issue? Is there a workaround or patch? Thank you for your time.
This makes the grid want to hang over several pixels on the right hand side instead of sitting nicely in the middle. If there are more rows than visible area, the vertical scroll bar that appears in the widget also goes off the right side of the page.
I thought I had solved this by getting the width of "tag50" (document.getElementById('tag50').clientWidth) and resetting it. But, as soon as I click on one of the column headers to sort the data, I'm back to square one. The grid hangs over the right edge of the page. This makes the right border look bad.
I am testing using IE6 WIN2000 SP4. Has anyone else encountered this issue? Is there a workaround or patch? Thank you for your time.
Mario (LocalShots)
November 4,