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

[Solved] Problem Editing Row using Telerik

2 Answers 92 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Dharam Narayan
Top achievements
Rank 1
Dharam Narayan asked on 20 Apr 2010, 03:04 PM

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

2 Answers, 1 is accepted

Sort by
0
Craig
Top achievements
Rank 1
answered on 05 Feb 2011, 03:32 AM
I'm having the same issue - hopefully someone can provide some guidance as why this error is happening
0
Atanas Korchev
Telerik team
answered on 07 Feb 2011, 08:07 AM
Hello,

 This will occur if you are using a very old version of Telerik Grid for ASP.NET MVC. There the DataBinding method was not implemented. Try downloading a newer version.

Regards,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Dharam Narayan
Top achievements
Rank 1
Answers by
Craig
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or