Sometimes during refresh operation I get ArgumentException exception with following call stack.
at Divelements.SandGrid.SandGrid.set_FocusedElement(FocusableGridElement value)
at Divelements.SandGrid.InnerGrid.A(GridElement , FocusableGridElement )
at Divelements.SandGrid.InnerGrid.B(GridElement )
at Divelements.SandGrid.GridElement.A(InnerGrid )
at Divelements.SandGrid.GridRow.A(InnerGrid )
at Divelements.SandGrid.GridRowCollection.OnClear()
at System.Collections.CollectionBase.Clear()
at Divelements.SandGrid.GridRowCollection.Clear()
I do nothing special, just plain Rows.Clear() method call.