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
400
igGrid with igDataChart issue (The GridWithCard sample from webinar)
posted

 

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

GridWithChartError.zip
Parents
No Data
Reply
  • 23953
    Verified Answer
    Offline posted

    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.

Children