I noticed the following behavior after updating from Telerik version 2010.3.1110.40 to 2011.1.0419.40:
When a GridView is placed in a RadPane (they are docked as documents) and RadPaneGroup.AllowDragReorder = true
a) the GridView filter menu closes if you try to klick any control in it without the control reacting correctly. For example, if you try to click a checkbox, the checkbox doesn't get checked/unchecked and the menu closes. The only exception are comboxes: They can be opened but you can't select any item in it.
b) the horizontal GridView scrollbars don't scroll anymore (only in very small increments and this occurs only when dragging the scroll marker) or scroll the GridView content vertically all of a sudden.
If I set "RadPaneGroup.AllowDragReorder = false" everything seems to be fine.
When a GridView is placed in a RadPane (they are docked as documents) and RadPaneGroup.AllowDragReorder = true
a) the GridView filter menu closes if you try to klick any control in it without the control reacting correctly. For example, if you try to click a checkbox, the checkbox doesn't get checked/unchecked and the menu closes. The only exception are comboxes: They can be opened but you can't select any item in it.
b) the horizontal GridView scrollbars don't scroll anymore (only in very small increments and this occurs only when dragging the scroll marker) or scroll the GridView content vertically all of a sudden.
If I set "RadPaneGroup.AllowDragReorder = false" everything seems to be fine.