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'm not sure what is happening here, but most likely the javascript initialization of the new chart is failing. may i see the javascript function and whatever code is related to changing the div content?
also, do you receive any javascript error messages in your browser window?
The Javascript use the Ajax.Updater Function of Prototype and use like on this Site : http://weblogs.asp.net/jigardesai/archive/2008/01/26/Simple-AJAX-Get-Request-using-ASP.NET-MVC-and-Prototype.aspx
function UpdateContainer()
{
new Ajax.Updater('CompanyChartContent', '/Home/UpdateCompanyChart?Value=' + dropdownValue, { method: 'get' });
}
CompanyChartContent ist the initial Div Contain with following Chart : <div id="CompanyChartContent"> <igchart:UltraChart ID="ultraChart1" runat="server"> <ClientSideEvents ClientOnMouseClick="Chart_ClientOnMouseClick" /> </igchart:UltraChart> <cc1:IGMvcScriptManager ID="IGMvcScriptManager" runat="server" /> </div>
the UpdateCompanyChart Page contain the same Code below but just ultraChart1 is render with new data. It work fine, just the Tooltips are from the preceed Chart.
http://samples.infragistics.com/2009.1/WebFeatureBrowser/WebRefreshPanel/BasicAJAXBehavior/ChartInRefreshPanel.aspx
http://samples.infragistics.com/2009.1/WebFeatureBrowser/srcview.aspx?path=WebRefreshPanel/BasicAJAXBehavior/ChartInRefreshPanel.src
the above links are to a sample which uses the chart in a WebAsyncRefreshPanel; there is no full page refresh.
i would also be happy to take a look at your sample project if you have one and see what's happening there.
hello David,
You can in my sample project in which way i change the chart and see that ToolTips is always from preceed / first Chart.
Thanks
i couldn't get this project to build unfortunately. it seems to be missing the AjaxUpdater.csproj file for the web project, which the solution points to. when i tried to load the AjaxUpdater folder as a web site, there were several build errors.
hello,
I delete some file that is why you couldn't get this project to build. How can i attach a project big then 200 Kb (around 5 MB) or is it sufficient to attach the dll File?
hi,
i received your project, AjaxUpdater.zip, and got it running. i see how there is a problem, but we will need more time to determine a solution.
i entered a bug report for you, # 22965. you can contact Infragistics Developer Support at any time to find out what the status of this bug is.
the underlying problem is that the Change.aspx chart's initialize function is never called, despite it being rendered to the output stream.
if you change the ID of the chart on Change.aspx, you will find that no tooltips are displayed at all once the change is made.
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
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