Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
UltraWebGrid 11.1 only renders "Table control" in Chrome
posted

Using UltraWebGrid 11.1, after upgrading a project from .NET 3.5 to .NET 4.5 I'm having issues with Chrome rendering some UltraWebGrid controls. Instead of the grid it just says "Table control". The control renders just fine in IE8, 9, 10, and the latest FF. Additionally the application pool in IIS was changed from .NET 2 to .NET 4.

From what I can see this is only based on the user agent that is passed to IIS. If I use Chrome's developer tools to override the user agent string to mimic one from IE, the grid renders correctly.

The only evidence I can find on this is from this ticket. However, the user agent that is passed by Chrome is far less than 256 characters. Also, there's no errors being logged by IIS or anything of importance in the event logs.

Parents Reply Children
No Data