Menu
  • HOME
  • TAGS

EditorTemplates Where or Groupby on Questionnaire

asp.net-mvc-5,mvc-editor-templates,editortemplates

I was able to develop a solution...proper or not..Don't know...but it does work. Feel free to critique. I welcome it. :) ProgressReportViewModel: public class ProgressReportViewModel { public int ReportID { get; set; } public DateTime ReportDateSubmitted {get; set;} public List<ReportAnswer>[] ReportAnswerSection { get; set; } public string[] SectionHeadings { get;...