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