My ultrawebgrid works fine until there are enough columns to turn the scroll bars on. Then the last column on the right (sometimes more than just the last one) cannot be seen.
I have 9 columns that are defined in the markup code. All the other columns are added programmatically. The width of these added columns is done in the server code, also. Based on the size of my grid, the 13th programmatically added column is the last one seen. Any columns after that cut off. Resizing the columns in the client (to try and view the hidden columns) makes it worse.
I am using fixed column headers, the first 2 columns are fixed so they don't scroll, row filtering, client side column resizing, and I think that is all. I will post my markup code for my grid in case that helps.
Thanks for your help.
The issue seems to be the compatibility view setting. Adding a blank column helps but then you might notice some issues when resizing columns in IE8.
I am using IE8, if add tag with IE7 emulation then there is a problem, but If I work in native IE8 environment everything works OK.
Are you using the tag:?
<
/>
Hi, thanks for the response.
No, I don't use the tag and I can't solve the problem.