Really complex databinding: ITypedList with weakly typed collections

Posts   
 
    
wayne avatar
wayne
User
Posts: 611
Joined: 07-Apr-2004
# Posted on: 24-Sep-2005 18:23:40   

Hi Otis, I revisted your article about Really complex databinding - i am in need of something like this. Also found another article at Code Project .

Not sure if it is exactly what i need but i Just want to know - Is this code in the public domain? Am i allowed to use your ComplexDatabindingArrayList?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 24-Sep-2005 18:34:08   

Sure go ahead simple_smile

Frans Bouma | Lead developer LLBLGen Pro
wayne avatar
wayne
User
Posts: 611
Joined: 07-Apr-2004
# Posted on: 26-Sep-2005 22:16:02   

Thank you, Thank you - sooooooooooooooo much!!

This has been very help full. The only place that i havnt been able use it so far is in the following structure - not sure how to.

Array -> Object.Property

This is data that i am importing via Text files - but i wish to display the info before continueing...

Array of Payslips -> Payslip.NettSalary

My code will look something like.

Grdi.datasource = EmployeePayslipInfo

**I want to display it as follows : **

Column1,Column2,Column3,Column4 Payslip.NettSalary1, Payslip.NettSalary2, Payslip.NettSalary3, Payslip.NettSalary4

but i keep on getting as.

Payslip.NettSalary1 Payslip.NettSalary2 Payslip.NettSalary3 Payslip.NettSalary4