Hi, the new version you are speaking of is v2.0.0.0, I suppose? Then I've got a question. I'm using v2 and i wanted to bind a listbox in the described way:
listbox.datasource = entitycoll;
listbox.valuemeber = "entityID";
listbox.displaymember = "parententity.attr";
First i tried lazy loading and a prefetch path, which should work by using the syntax above, if I understand your posts correctly. But display member expects a string, how could it perform lazy loading?
I found a solution in adding a "field mapped on related fields" in the designer, so I don't have a problem
I just want to understand and know if i missed a cutting edge feature