Hello everybody,
I've got a question about using llblgen collections and showing these in datagrids. I have a Windows based application which displays persons. So what i do with the llblgen generated project is create a collection of persons and bind it to the grid. So far so good.
Example grid layout:
personname personbirthdate persongender
Now a persons has addresses. My customer requested the would like to see in the grid not only the persons but also the address of the person. How can i do this with llblgen? I would to use the collection class and let the grid display the right data from this collection? It seems i can only show data from the main collection persons and not the related addresses.
Example requested grid layout:
personname personbirthdate persongender addressstreet addresszipcode addresscity
How should i do this? Can you help me?!