Hi there, I have created Entity models. I would like to design a xaml in wfp to insert and update records like spreadsheet. i have attached sample entities and screenshot. Here Column represents : Subject and total Marks Rows represents : class Section and students Cell is to update marks objects in that particular subject by students
How can I add Subject(column) at run time and save it to database?
How can I Standard, ClassSection and student and their mark (Rows) in grid and save it to database?
Can anyone suggest the approach?