This question is locked. New answers and comments are not allowed.
Hi I want to make a for level full ajax hierarchy gird that suports edit on the last grid so that when I try to edit the grid one of the fields to be a dropdownList.
I managed to make a two level hierachy grid that does it, but it's not working for 3.(I wanted to attach the project but looks like you just suport images as attachments). I have attached an image to see what is shown.
My problem is with tables that provide many to many relationship(I don't know if it's working for ordinary table with a single primary key).
I managed to reproduce this error by doing so:I added to EmployeeTerritories from Northwind another field called so that EntityFramework does not generate for me many to many relationship between Employees -Territories.Added entity model for northwind only with the 3 tables(Employees, EmployeeTerritories, Territories). And then made the three level Grid with top grid of type Employee That has ReportsTo == null , second grid of type Employee also that have ReportsTo == EmployeeID of the first grid and the third grid with EmployeeTerritories that has EmployeeID == EmployeeID of the parrentGrid.And all is ajax.
I would like your response as quick as posiible.
Thanks.
I managed to make a two level hierachy grid that does it, but it's not working for 3.(I wanted to attach the project but looks like you just suport images as attachments). I have attached an image to see what is shown.
My problem is with tables that provide many to many relationship(I don't know if it's working for ordinary table with a single primary key).
I managed to reproduce this error by doing so:I added to EmployeeTerritories from Northwind another field called so that EntityFramework does not generate for me many to many relationship between Employees -Territories.Added entity model for northwind only with the 3 tables(Employees, EmployeeTerritories, Territories). And then made the three level Grid with top grid of type Employee That has ReportsTo == null , second grid of type Employee also that have ReportsTo == EmployeeID of the first grid and the third grid with EmployeeTerritories that has EmployeeID == EmployeeID of the parrentGrid.And all is ajax.
I would like your response as quick as posiible.
Thanks.