This question is locked. New answers and comments are not allowed.
I am trying to follow this example
http://demos.telerik.com/aspnet-mvc/razor/grid/foreignkeycolumn
however, VS2010 complains about
it says no "Foreignkey" for columns
I realized that it's a new function in telerick, so I downloaded the newest telerick mvc package and installed it.
then, I update my project following http://www.telerik.com/help/aspnet-mvc/visual-studio-extensions-project-upgrade.html
but the problem still remains. please help
http://demos.telerik.com/aspnet-mvc/razor/grid/foreignkeycolumn
however, VS2010 complains about
columns.ForeignKey(o => o.EmployeeID, (IEnumerable)ViewData["employees"],
"ID", "Name").Width(230);
it says no "Foreignkey" for columns
I realized that it's a new function in telerick, so I downloaded the newest telerick mvc package and installed it.
then, I update my project following http://www.telerik.com/help/aspnet-mvc/visual-studio-extensions-project-upgrade.html
but the problem still remains. please help