FIX. There is an exception when adding nodes in RadTreeView and using Begin/EndUpdate methods.
1. Create a new project with RadTreeView.
2. Add 30 nodes in a cycle on Form.Shown event.
3. Use BeginUpdate/EndUpdate methods when adding every single node.
4. Set the SelectedNode property of RadTreeView every time.