Hi
I saw this url for EditTemplate purpose
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/manual-crud-operations/defaultcs.aspx
here I canot solve this name space issue this line any one guide me
var product = new Model.ReadWrite.Product();
I added this name space also
System.Data.Entity.Migrations
but i meet this issue
Error 38 The type or namespace name 'Model' could not be found (are you missing a using directive or an assembly reference?)
I need Edit Template For Telerikgrid using server side records binded with Crud operations
any one guide me