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
1004
WebChart: Problem with Tooltips
posted

hello Infragistics community,

I have a Problem with Tooltips if i use a foreach instruction in asp.net:

1) if i write simply like this: <% Html.RenderPartial("HBarChart"); %> it work perfect but

2)if i write it like that: <% foreach (var Chart in Model.Chart) {%>

<% Html.RenderPartial(Chart.ToString());%> <% } %> it didn't work. what can be actually the Problem?

3) or if a add a second <% Html.RenderPartial("PieChart"); %> it didn't work too.

Thanks You very much for your Reply

Parents
No Data
Reply
  • 28496
    Offline posted

    possibly there is a conflict generating html elements with the same id?  i'm not really sure since i can't see the details of your implementation.

    do you have a sample project i could look at?  or if not, could you provide details on the tooltip errors, including any error messages you are seeing?

Children
No Data