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

'Kendo.Mvc.UI.Fluent.CrudOperationBuilder' does not contain a definition for 'Update'

0 Answers 349 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Marc
Top achievements
Rank 1
Marc asked on 26 Sep 2012, 06:20 PM
Why would I get this on one of my grids with the same syntax, but another works fine.

Compiler Error Message:
CS1061: 'Kendo.Mvc.UI.Fluent.CrudOperationBuilder' does not contain a definition for 'Update' and no extension method 'Update' accepting a first argument of type 'Kendo.Mvc.UI.Fluent.CrudOperationBuilder' could be found (are you missing a using directive or an assembly reference?)



Both grids specify:

.DataSource(dataSource => dataSource
                    .Ajax()


No answers yet. Maybe you can help?

Tags
Grid
Asked by
Marc
Top achievements
Rank 1
Share this question
or