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
655
igDataChart( "notifyContainerResized" ) stops working in v20131
posted

Hello,

I downloaded "IgniteUI_20131_WithSamplesAndHelp_NoInstallerTrial.zip" to upgrade the controls in our project from version 2012.

We deleted the old JS files in our project folder, and replaced with the new ones. And we include the following JS files in pages:

    <script src="/Scripts/ig/infragistics.core.js" type="text/javascript">script>
    <script src="/Scripts/ig/infragistics.dv.js" type="text/javascript">script>
    <script src="/Scripts/ig/infragistics.lob.js" type="text/javascript">script>
 

The controls show but the call igDataChart( "notifyContainerResized" ) stops working so the size of them are not correct.

Is there anything I did wrong?

 

Best regards