I'm working on an application that needs to have one element selected in a hierarchy grid. To explain further, there's a top level grid of items, and each item in that list has a sub-grid. I want to make it so that when you select any element in the top level grid or any of the subgrids, it clears the selections out for all the others. Is there an easy way to do this?