I'm currently using WebListBar with assembly "Infragistics2.WebUI.UltraWebListbar.v6.3" for navigation for my web application. It's become apparent this is not compatible with WebKit (Safari, Chrome). I've learned that other Infragistics controls that I use (grid) are also not compatible, so I've started following the Aikido development. However, I have not found anything saying a new version of the WebListBar will be included with Aikido. So, my question is, what are my options to retrofit my application for support with WebKit for release in the next month?
I am also using WebListBar in my application, and need support for Chrome and Safari.
What should we do?
Hi,
Setting Browser target somewhere (ASPX or code behind) to "UpLevel" , should make it work fine in Chrome:
UltraWebListbar1.BrowserTarget = Infragistics.WebUI.UltraWebListbar.BrowserTarget.UpLevel;
Regards,
Angel