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
340
BrowserLevel.Auto causes w3wp.exe to max out when I view WebGrid in IE
posted
private void UltraWebGrid1_InitializeLayout(object sender, Infragistics.WebUI.UltraWebGrid.LayoutEventArgs e)

 

e.Layout.LoadOnDemand = LoadOnDemand.Xml;

UltraWebGrid1.Browser = BrowserLevel.Auto;

...

If I comment out the Browser line the code works in IE and FireFox but not Safari.

If I leave the Browser line in the code works in Safari but maxes out the w3wp.exe process in IE.