DataGrid Disable Button or Cancel ShowParentDetailsButtonClick Event?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
All, I have a DataGrid populated with rows. When I click the "child" rows, it displays the next level. At the top right of the grid, it displays two buttons - one with an arrow ("Navigates back to the parent rows") and one with a rectangle above a set of arrows("Shows/hides the parent rows for the current set of child rows"). So, this is pretty much a "standard" situation. Given this, how can I keep the second button from appearing in the upper right. I only want the first one with an arrow to be displayed or I'd like to be able to cancel the ShowParentDetailsButtonClick. Does anyone have any ideas? Thanks, RB