I have a radgird that has a three level hierarchy. I want to be able to expand ALL levels of a specific record when the expand button is clicked at the ROOT level of the radgrid. **My radgrid may have two or three detail tables at one level with hiearchy levels binded to some of those tables. I want all those levels to be opened with one click at the root level for a specific record in my radgrid. I am using HierarchyLoadMode="Client" so I believe I need to code this in javascript. Refer to the picture attached to this post to visually see my RadGrid. Please Assist!