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
230
Just getting started....
posted

Hello,

Just installed IgniteUI 2012 and am having problems just creating and running a project.  I get an exception on the following statement and not code has been modified, simply installed, compiled and ran the debugger:

@(Html.Infragistics().Grid(Model.Customers.AsQueryable())
.Width("400px")
.DataBind()
.Render()
)

Error is:

Index was out of range. Must be non-negative and less than the size of the collection.

Any help is greatly appreciated since I am brand new to ASP.NET MVC.

Thanks

Doug