Process OnMouseDown before it reaches the inner grid to: - suppress toggling of check boxes on mouse down - select the entire row when clicking on row header - select the column when clicking on the column header - select multiple rows if control or shift is down - prevent moving the focus cell if not validated

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
protected virtual void OnBeforeMouseDown(
	C1FlexGrid grid,
	BeforeMouseDownEventArgs args
)

Parameters

grid
Type: C1FlexGrid
args
Type: BeforeMouseDownEventArgs

See Also