I have two radgridviews in a user control. When a column in the first grid is clicked, it fires the SortChanging and SortChanged on the second grid. The second grid fires the correct correct event. Also, the first grid changes the sort direction arrow of the second grid. Does anyone know what's going on and how to I stop this behavior?