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
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.
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!