"Uncaught TypeError: closeIcon_.html(...).buttonMarkup is not a function"
Hi,
The provided information is not enough to investigate. Please explain what is your scenario, your goal, share your igDataChart initialization code, so that I can try to reproduce the error and suggest accordingly. Any other relevant information like the exact version used will be also helpful.
Looking forward to hearing from you.
I am using Infragistics.Web.ClientUI infragistics.ext.js 14.1.20141.2249 in ASP.NET MVC 4 project, when I try to run my igDataChart page to Shared Layout the error occur but if i load the page in not Shared Layout it work perfectly. What should I do? Thanks
Hi Japz,
Sorry it was my mistake about the converting to jQuery - I was looking at the modified index that used jQuery, not at mine razor syntax.
Anyway, I used the same jQuery code from Index page and placed in in the shared layout - chart renders fine, no issues on my side with the references from the cdn that I provided. If there are some on your side, please provide the modified sample just to be sure we are working on the same.
I do not see any issue using jQuery .load, but I do not see why you need it ? It seems excessive if you can just put the igDatChart initialization code (either jquery or mvc wrapper).
I want to create multi instance of element like div label, table, panel and chart with customized property, so for example I select table it will create property for table, I click chart it will create the chart property and load igDataChart at the same time. About jquery .load the actual page will be loaded in certain element inside Shared page using jquery .load.
Thanks.
what do you mean by " I select table it will create property for table, I click chart it will create the chart property " ? I assume you select <chart> from a dropdown and then create div element where an igDataChart will be rendered using jQuery .load.
Anyway, if you need any help/assistance please go ahead with your goal and do not hesitate to contact us for any convrete issue you face - I will be glad to help.
I'm glad to hear that from you, anyway my goal is to create html designer page which will drag and drop the controls like table grid, chart, div container etc. the user will create thier design based on the given controls, so they can customize each object, I currently encounter error from igDataChart but the other infragistics controls like igGrid it works fine in my page.
Hi, I see your effort now.
I can create a sample how to initialize a chart using jQuery .load, but I am not sure of your scenario at all. I would suggest rendering a partial view inside this element, but if this is not the case just modify tha sample I had send to reproduce the error and please send it for investigation.
I'm just following up to see if you had the time to provide the requested information.
It is hard to assume what caused the error, it may be trying to use a property that is not compatible with some series type for example.. Please try to see what change in your code resulted in this error, or you can provide steps to reproduce the error in my sample that was previously attached. You can also send me yours that reproduces the issue.
Hello,
I already get the igDataChart output in my shared page, I would like to know why am I encountering "Uncaught TypeError: Cannot read property 'nextHashCode' of undefined" when I hover my mouse in data chart?
I'm just following up to see if you need any further assistance with this issue. If so please let me know.
I mean that you can download the file previously attached (currently you have modified it to use jQUery and not MVC) at:
http://es.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.47.77.82/igDataChartMVC.zip
Do what you do to achieve your goal and I guess issue will reproduce. Then you can send it for me for investigation.