Grid docking bug?

In my test solution, I have 2 GradientPanels and a GridControl in each. In one of the GridControls I am unable to select a cell using the left mouse button. The only difference being that the GradientPanel containing that grid is attached to a docking manager.

I assume this isn't intended functionality?

Any idea of how to get around this?

The best I could come up with was to use:
gridControl1.ActivateCurrentCellBehavior = GridCellActivateAction.SetCurrent;

but this is a little frustrating since you deselect the cell if you click on it after starting to edit it.

Thanks,
Dan



CellSelectionTest.zip

Loader.
Up arrow icon