Hi all,
We are using Q3 release Version 1317.35 of Telerik ASP.NET.AJAX controls, Radcomboboxes populate data from Page methods and it works in all other browsers and in IE9 for our development server (http) !! and doesn't work for the production server (https). It's frustrating because customers started complaining about the issue. Does anyone have a clue ?
----------------------------------------------------------------------------------------------------------------------------
I found one workaround so far (thank you Google!), here's MS article:
http://msdn.microsoft.com/en-us/library/cc288325(v=vs.85).aspx
don't edit pages, however, go to IIS, open your web app. properties and find HTTP response headers,
there is at least one default [X-PoweredBy: ASP.NET]
click Add - u'll get a popup window, enter
Name: X-UA-Compatible
Value: IE=8.
I tested it on Windows Vista Home Premium, SP2, 32 bit, IE9, need to try on Windows 7 and 64 bit systems.
Max