Well, I am trying to bind a grid to a list of X where each X contains a list of Y. Every cell in the grid houses a specific control (specified in a datatemplate) that will do something with what it’s bound to. I see that every row is getting bound properly but when I come to see what a cell in any row is bound to, it happens to be bound to the row data item X and not Y. After some time on google I find this.
Confusion regarding Cell binding to a dynamic DataTable - GridView Forum - Silverlight Controls
And this is the case with the regular Gridview as well !!! Humm, now that’s just great =|
0 comments:
Post a Comment