This is a migrated thread and some comments may be shown as answers.

Grid examples not working

1 Answer 75 Views
Installer and VS Extensions
This is a migrated thread and some comments may be shown as answers.
Amanda
Top achievements
Rank 1
Amanda asked on 19 Jun 2013, 12:47 AM
Hi there,

I've just installed KendoUI, but the grid examples aren't working.  It is showing this error:

Server Error in '/' Application.
The system cannot find the file specified

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ComponentModel.Win32Exception: The system cannot find the file specified

Source Error:
Line 1: @model IEnumerable<Kendo.Mvc.Examples.Models.Product>
Line 2:
Line 3: @(Html.Kendo().Grid(Model)
Line 4: .Name("Grid")
Line 5: .Columns(columns => {

Source File: c:\Program Files (x86)\Telerik\Kendo UI for ASP.NET MVC Q1 2013\wrappers\aspnetmvc\Examples\Areas\razor\Views\web\grid\serverbinding.cshtml    Line: 3

This happens to all the grid examples.  Other examples I checked are working, e.g. Menu, Multiselect.  How can I get the grids to work?

Amanda

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 20 Jun 2013, 03:21 PM
Hi Amanda,

 
I tried to reproduce the problem locally but to no avail – everything is working as expected on our side. Could you please provide the following details? This would help us pinpoint the exact reason for this behavior:

  • The exact VisualStudio version installed
  • Could you please try to reinstall the KendoUI for ASP.NET MVC and let us know of the result?

Kind Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Installer and VS Extensions
Asked by
Amanda
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or