Hi,
I'm currently develop a report using UltraWebGrid. And I wanted to lock the columns like Excel did. I have succesfully lock the columns and upload my coding into server to run it. But weird thing happen, when under my debug mode using VS2005 the locking columns working well.. But when come to other Client want to access the report, it become overlap for the header and the datarow when scrolling to the from left to right..
Is this anything to do with the OS environment or my coding?
Here is my code:
Please do help if you know. Is urgent. Thanks.
Hello,
Which browser do you use? Is it ie8? Can you verify if when you debug it ie8 is in compatibility view and when you deploy, ie8 is in ie8 standards?
Also a screenshot would be useful.
Just trying to get the full picture. Thanks.
Yes, I'm using Internet Explorer 8. When debugging I'm not using Compatibility View as the Compatiblity View still available for click.
When running as client from server, I think is running as Compatibility View as there the word is grayed out, not able to select.
Is that any different in using Compatibility View? and how could this related to my code? And how could I able to control it to use Compatibility View via coding if user is using IE8.
Please do help . Thanks.