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()
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()