I have a three tables I want to bind to an aspxgridview and be able to edit/add new records. I am using entityframework 5
(eg, ASPxGridView1.DataSource = DbContext.ComponentGeneral.Expand("ComponentHrs").Expand("ComponentCyc").Where(c => c.Id == Convert.ToInt16(Session[Constants.ID])).ToList();
and can't figure out how to do it.
Can you provide an example to let me know if this is possible?
I have a attached drawing. Thanks