Hi,
I am trying to programatically create a grid. The grid is data bound to an IList<objA> - that bit is fine. The problem lies with creating the details tables, the data I want in the detail tables is actually a property of objA and is also an IList<objB> objB does have a property that relates it to objA. What I dont want to do is refactor the current design of the app to have to not use the above object model.
How do I do this please?
Thank you in advance,
Carl.
I am trying to programatically create a grid. The grid is data bound to an IList<objA> - that bit is fine. The problem lies with creating the details tables, the data I want in the detail tables is actually a property of objA and is also an IList<objB> objB does have a property that relates it to objA. What I dont want to do is refactor the current design of the app to have to not use the above object model.
How do I do this please?
Thank you in advance,
Carl.