I use BEWizard to generate the Paladin Classes for only two tables of Northwind.
I use your code in samplekit to display the tables in one datagrid:
CustomersList cl =
BusinessComponent bc =
bc.Populate(cl,
bc.RegisterPopulateChildHandler(cl);
dataGrid1.DataSource =
dataGrid1.DataSource = cl;
bc.UnRegisterPopulateChildHandler(cl);
The first table Customer is OK in the datagrid.
Also in each row there is a tree for "Orders" table.
But when I click over Orders the datagrid is empty.
(I can send you both the profiles.bin and solution files if you told me how).
Any idea about what I am doing wrong?
Thanks in advance
Robert
Hi Robert,
Remove the following line:
Move that to a place where you do clean-up when your form is ready to exit