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
108
Grid with Browser="Xml" does not work with CDN enabled
posted

We are running 2010.3 - 2120 version of infragistics. We tried to enable CDN on our website but found that the grids with Browser="Xml" do not display at all. If we remove Browser="Xml" it loads correctly. We use Browser="Xml" to load data 50 rows at a time for virtual scrolling.

To enable CDN we added the following to the web.config with no change to any of the other files:

Under the configuration/configSections we added
<section name="infragistics.web" type="System.Configuration.SingleTagSectionHandler,System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>

Under the configuration section added
<infragistics.web styleSetName="Default" enableCdn="True"/>

Thanks in advance.