I want to implement radio buttons called “Expand/Collapse Selected” which would toggle depending on the state of what is selected.
If you chose to Expand on the root (grandparent/first) level, it should drill in all the way. If you are on the second level, it should expand all the way also, but just for that record. It should not expand the other records on the grid, only the selected (clicked) one.
How do I achieve this?