Hi all,
I have download some sample codes from Jason Beres' webinar from this site:
http://ko.infragistics.com/community/blogs/jason_beres/archive/2012/06/23/jquery-html5-infragistics-webinar-week-follow-up-get-code-and-decks.aspx
I downloaded this file: http://users.infragistics.com/jasonb/blogs/building-real-world-apps.zip
the first sample in this zip file is GridWithChart. However I got an error. See attached screenshot. the error is occurred in infragistics.dvcommonwidget.js
It just says something is null. Is it related to modernizer.js
I do have mvc 3, entity framedwork 4.1 and 2012.1 Jquery installed on my computer. I don't know what I miss.
Thanks,
Betty
Hello Betty,
I see Martin and Borislav have already helped you in running the sample. Let me know if you have any further questions or need further assistance with this.
Best Regards,
Maya Kirova
Developer Support Engineer
Hi Maya,
Sorry about that. You are right. All js files are refrenced from Script folder. I uploaded the attachment again.
Hi Martin,
You are correct. I don't have Northwind database installed. I just installed it to the sqlexpress instance. Now it acts as a charm.
cheers!!!
BTW: I didn't make any changes to web.config. It is already set to connect sqlexpress. For some strange reasons, I missed the the web.config file in the project folder. I only looked at the web.config file in view folder.
Thanks a lot!
Hi Borislav,
You are correct. When I switched default browser from IE8 to Firefox in VS. The error is gone.
However, no controls are delivered. Martin pointed out in the following.
Thanks so much for your input. I have got quite some info from your guys.
Hi Betty,
Here are my two cents (my point of view).
If you don't get data in the igGrid, then your problem is that you don't have Northwind database attached to your SQL Server (and as a consequence you got this error in infragistics.dvcommonwidget.js file). Moreover the sample is configured to use ".\sqlexpress" as a named SQL Server instance, so you need to change your connection string in the web.config if your instance has different name.
Hope this helps,
Martin Pavlov
Infragistics, Inc.