This question is locked. New answers and comments are not allowed.
Hi,
I've been trying to get this to work for several days now unsuccessfully. Here is my scenario, I have a webservice that returns a listof objects that have about 50 fields. What I am trying to do is initially display only several of the fields, and give the user the ability to expand a child grid that will then bind to the same object that the parent is bound to and display all fifty fields. All of the examples I am finding seem to do all of the binding at once, and not "on deman" I've noticed performance problems when I do this which is why I want to take this approach. I essentially always want there to be a button to expand the grid, but do not want to populate the child until that button is clicked. Can someone lead me in the right direction? I'm really just looking for a link to something that does this already, so far I've found the hierarchical grids in silverlight slightly confusing.
Thanks
Bill
I've been trying to get this to work for several days now unsuccessfully. Here is my scenario, I have a webservice that returns a listof objects that have about 50 fields. What I am trying to do is initially display only several of the fields, and give the user the ability to expand a child grid that will then bind to the same object that the parent is bound to and display all fifty fields. All of the examples I am finding seem to do all of the binding at once, and not "on deman" I've noticed performance problems when I do this which is why I want to take this approach. I essentially always want there to be a button to expand the grid, but do not want to populate the child until that button is clicked. Can someone lead me in the right direction? I'm really just looking for a link to something that does this already, so far I've found the hierarchical grids in silverlight slightly confusing.
Thanks
Bill