Hi
I am unable to get the 2013.1 IngiteUI grid working on my VS2012 ASP.NET MVC 4.0 Razor project. The documentation seems to refer to older versions of the component.
I have the following code in my _Layout.cshtml head..
@Styles.Render("~/Content/css") @Styles.Render("~/Content/themes/base/css")
<link href="@Url.Content("~/igniteui/css/themes/infragistics/infragistics.theme.css")" rel="stylesheet" /> <link href="@Url.Content("~/igniteui/css/structure/infragistics.css")" rel="stylesheet" />
@Scripts.Render("~/bundles/modernizr") @Scripts.Render("~/bundles/jquery") @Scripts.Render("~/bundles/jqueryui")
<!-- Ignite UI Required Combined JavaScript Files --> <script src="@Url.Content("~/igniteui/js/infragistics.core.js")"></script> <script src="@Url.Content("~/igniteui/js/infragistics.lob.js")"></script>
And the following in my view...
@( Html.Infragistics() .Grid<Venue>() .ID("VenueGrid") .AutoGenerateColumns(true) .Height("500") .DataSourceUrl(Url.Action("VenueGridGetData")) .Render())
When i run it I get the error..
Object doesn't support this property or method at the igGrid java script call.
Please would it be possible for you to create a VS2012 ASP.NET MVC Razor sample that uses the grid. The javascript and CSS files folder structure for the component have changed so it definitely appears to be out of date.
Hello Michael,
Sometimes this error appears when there is an internal server error on the server. You should check the AJAX response with your browser developer tools. If there is a server error you should see the yellow screen of death in the response.
Best regards,Martin PavlovInfragistics, Inc.
Hi,
Got this now thanks. Ok situation moved forward a bit.
If I define the grid to work from a List<VenueSummary> where I pull from my EF Venue DBSet and construct the list ie. full table load rather than IQueryable it works.
However that is very inefficient. I want to use the DBSet<Venue> directly as it is an IQueryable<Venue> which means only the displayed data should be loaded from the DB (rather than the full 7000 records!). However, when I pass the DBSet then it fails with this error....
"Microsoft JScript runtime error: The remote request to fetch data has failed: (error) undefined"
Any ideas ?
Hi Michael,
You can find the latest service releases under your account's Keys & Downloads page. https://es.infragistics.com/my-account/keys-and-downloads/
Select the product you have installed from the table and click on the Service Releases tab that appears along the bottom to find the download for the latest update.
If you need further assistance with this issue, please let me know.
Any idea where I can download build 2039 from ?
Really need to make progress on this project now. Getting hassle from management!
Thanks
Thanks for your assistance.
Unfortunately I get the same issue when I run your project. However you say you are using Ignite UI 13 Vol. 1 build 2039 whereas I have Ignite UI 13 Vol 1. build 1012 so perhaps this is the issue.
When I login to my account the only downloads available for Ignite UI 2013 Vol 1 are v20131.1012 from 16-Apr-2013.
Where can I download build 2039 from ?