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
This is the test case with the new version. It does not work well.
Hi,
Sorry, this was a breaking change, this method was removed in favor of you simply updating the width or height option of the chart. Also, in the latest version the chart will automatically periodically check to see if its container size has changed and update accordingly. This is on a refresh interval though, so you if you want the update to be more immediate, you could update the width and height directly.
-Graham