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

Adding grid to existing edit page is not working

1 Answer 49 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Don
Top achievements
Rank 1
Don asked on 29 Jan 2013, 07:09 PM
I have an MVC4 app and I'm trying to evaluate the trial version of Kendo for MVC.  I want to add a grid to an existing edit page for on of my views.  We are using entity framework and views were made using the Razor view engine.  On this edit view page the data that is editable is from a tabled called Agency.  I want to add a grid to this razor view that will contain records from a tabled called Institute.

I have tried the AJAX binding example and the server binding example located here: http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/helpers/grid/ajax-binding but neither of these seem to work in my existing application.

How do I accomplish this?

1 Answer, 1 is accepted

Sort by
0
Don
Top achievements
Rank 1
answered on 29 Jan 2013, 10:35 PM
As it turned out, it was merely a syntax error.  I had left out a parenthesis.
Tags
Grid
Asked by
Don
Top achievements
Rank 1
Answers by
Don
Top achievements
Rank 1
Share this question
or