Hello,
I use actually Ajax.Updater from Prototype.js to change Div which contain an ultraChart that work but the Problem ist the Tooltips, if the ultraChart is changing, the Tooltips didnt Work, i am getting "undefined" or some Tooltips from preceed ultraChart.
some solutions ? Please i need it urgently
<div class="csc-textpic csc-textpic-intext-right-nowrap"> <a href="#" onclick="BLOCKED SCRIPTProductToCompany()" title=" PDF exportieren" class="pdfExport"> </a><%= Html.DropDownList("DistributionProductToCompany", (IEnumerable<SelectListItem>)ViewData["KeywordGroups"], new { onchange = "DistributionProductToCompanyChange();" })%> </div> <div id="DistributionProductToCompanyContent"> <igchart:UltraChart ID="UCDistributionProductToCompany" runat="server"> <ClientSideEvents ClientOnMouseClick="BarStacked_ClientOnMouseClick" /> </igchart:UltraChart> <cc1:IGMvcScriptManager ID="IGMvcScriptManager5" runat="server" /> </div>
on Dropdown onchange i call a javascript Function with Ajax.Updater and change the div: DistributionProductToCompanyContent with another ultrachart (and for this new chart, the tooltips doesnt work)
Thank very much
I'd like to inform you that both bugs 22965 and 58592 are now fixed and the NA Chart for ASP.NET is working well with pure ajax calls and subsequent DOM update.
If you are using the prototypejs Ajax.Updater the option "evalScripts:true" should be specified as the default behavior is to ignore the scripts.
Thanks,
i was able to reproduce this problem, so i have logged a bug report for it. the bug number is 58592. please feel free to contact Infragistics Developer Support or post back here at any time to inquire about the status of this bug report.
Hello
Thanks for your response, unfortunately, the new release did not fix the problem
Here is a sample project to reproduce the problem
https://secured.automatica.ca/TestChart.rar
The crosshair and tooltip will stop working after the ajax postpack when you click on the button
Thanks
Louis
22965 is still unresolved, although there have been fixes made related to ASP.NET AJAX, so testing with the latest service release is probably a good idea.
if you have steps to reproduce or a sample project, i can see if the issue you're experiencing is related to the issue in this thread.
What that bug ever fix? I'm having the same problem with web ultra charts using ajax (not the NA refreshpanel). The charts are rendering fine but the tooltip is of the initital post and the crosshair gives a js error