Hi Daelmo,
Gridex has a function in design mode that will allow you to retrieve the table structure from the datasource, this is used to generate the tables and columns in the Grid. This works OK, I can see all the tables and columns in design mode.
The 'hierarchical' property is set to true.
My problem is at run time. I see the + next to the header record in the grid indicating there is a child record. If I expand it I get no child records.
If I add the code to retrieve the child records it works. I guess my problem is the poor documentation on GridEX regarding using a Hierachy. Should it retrieve the child records without any code or did I miss something?
I have used Gridex with an SQL data adapter and a hierarchy in VS2003. Because the databinding in Net 1.x wasn't smart enough to do updates, deletes etc I had to code it all. I was hoping that LLBLGen with Gridex in Net 2.x it would do all this out of the box. If it does could you please point me at some documentation on how to set it up.