FIX calling the ExpandAll method does not expand child views if their parent view is already expanded.
1. Create a new project with RadGridView and setup hierarchy with three levels.
2. Add a button and when handling its Click event call the ExpandAll method.
3. Run the project and expand the first row.
4. Click the button.