Here's the situation. I have a class let's call it xColl that implements the IList and gathers all the information the user needs but the client wants it displayed in a specific manner For example....
xColl fields are Customer, Orders, Returns, Payments
The user wants separate sections for Order, Returns, Payments on the Form
Moreover, the number of fields returned is not constant some customers may have 10 orders other may have 2
Any ideas???
xColl fields are Customer, Orders, Returns, Payments
The user wants separate sections for Order, Returns, Payments on the Form
Moreover, the number of fields returned is not constant some customers may have 10 orders other may have 2
Any ideas???