Hi Rumen,
I have also tried the ultrawebgrid + entitydatasource, I had no problem with them when performing basic bindings.
Now I am experimenting the WebHierarchicalDatasource control, as I want to build a hierarchical gridview. I am facing a problem, the foreign keys in a table are not contained in the entity. This is an essential thing when configuring the WebHierarchicalDatasource control, when setting up the relatioships between the two datasources.
For instance, being given two tables Customer (IDCustomer, CustomerName, IDOrder) and Orders (IDOrder, ProductName, Quantity, Date), the entities coresponding to these tables in the .edmx are Customer (IDCustomer, CustomerName) and Orders(IDOrder, ProductName, Quantity, Date). The IDOrder in Customer table is mapped at the entity model level as a Navigation Property for the Customer entity.
With this example in mind, I want to ask you the following:
1. can I setup a hierarchical gridview with the entitydatasource control? How?
2. Does the latest Netadvantace for ASP.net libraries support the ado.net entity framework (entitydatasource control, linq queries etc.)?
Thank you,
C.