This question is locked. New answers and comments are not allowed.
Hi!
I am copying code from your brilliant GridView First Look demo where a grid view contains a tabControl as Row details. Everything works fine, but the example displays the GridView with the first row expanded. I do not want this, rows will expand ONLY when user clicks on the GridViewToggleRowDetailsColumn. Using the FirstLook example as a basis, what do I add to avoid the first row to display as expanded?
I would also like my row to be set as Selected when I click the toggle to expand the row. Setting the
Thanks,
Anne
I am copying code from your brilliant GridView First Look demo where a grid view contains a tabControl as Row details. Everything works fine, but the example displays the GridView with the first row expanded. I do not want this, rows will expand ONLY when user clicks on the GridViewToggleRowDetailsColumn. Using the FirstLook example as a basis, what do I add to avoid the first row to display as expanded?
I would also like my row to be set as Selected when I click the toggle to expand the row. Setting the
IsSynchronizedWithCurrentItem
="true"
does not work for the toggle.Thanks,
Anne