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
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
This is the test case with the new version. It does not work well.
No body cares? Let me upload my test cases.
This is the test case with the old version controls. It works fine.
BTW: the file size limit (1024K) is too small!
I tested with 'IgniteUI_20131_WithSamplesAndHelp.zip', and the same problem occurs under IE9 and FireFox7.1.
Any idea?