I am using ASP.net Dynamic Data scaffolding. I realize that for a table like
table1: EducationLevel (id,levelname,modby,modon)
table2: Course(id,coursename,modby,modon,belongsToEduLevel)
where belongsToEduLevel is the FK. In this case dynamic data never shows levelname in the grid instead, it shows
Operations | Modon | EducationPrograms
How do I change this?? Can I modify the select statement generated.