This question is locked. New answers and comments are not allowed.
Hello ,
I have made an ASP.NET MVC Application .In that I have used ADO.Net Entity Data Model to show the Listing of data from the Table in List View .Also used Telerik for better navigation . With Telerik Paging ,Sorting ,Filtering all are Working fine .
But for Editing the rows in my Grid when I use the code from
http://demos.telerik.com/aspnet-mvc/Grid/EditingServerSide/ALFKI?Grid-mode=edit .
It gives the error
'Telerik.Web.Mvc.UI.GridBuilder<Project.Models.Table>' does not contain a definition for 'DataBinding' and no extension method 'DataBinding' accepting a first argument of type 'Telerik.Web.Mvc.UI.GridBuilder<Project.Models.Table>' could be found (are you missing a using directive or an assembly reference?)
Thanks In Advance
DNM