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

Kedo() with MVC 4

1 Answer 39 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sagar
Top achievements
Rank 1
Sagar asked on 27 Nov 2012, 11:38 AM
Is Kendo working with MVC4.
Because my application in MVC3 working fine.
but in MVC4 application Grid not working with JSon.
following code :

@Html.Kendo().Grid(Model).Name("qxtgrid"
                ).DataSource(dataSource => dataSource
          .Ajax()
            .Read(read => read.Action("Read", "Grid")

1 Answer, 1 is accepted

Sort by
0
Sagar
Top achievements
Rank 1
answered on 27 Nov 2012, 12:33 PM
Sorry, it's my mistake at controller code .
that
.ToDataSourceResult(request)
not specified.
Tags
Grid
Asked by
Sagar
Top achievements
Rank 1
Answers by
Sagar
Top achievements
Rank 1
Share this question
or