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
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?