ClassGridNewRowBehavior
Represents grid new row behavior
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridNewRowBehavior : GridRowBehavior, IGridBehavior, IDisposable
Inheritance: objectGridBehaviorImplGridRowBehaviorGridNewRowBehavior
Implements:
Inherited Members
Constructors
GridNewRowBehavior()
Initializes a new instance of the GridNewRowBehavior class.
Declaration
public GridNewRowBehavior()
Methods
CanEnterEditMode(GridViewRowInfo)
Determines whether this instance [can enter edit mode] the specified row info.
Declaration
protected override bool CanEnterEditMode(GridViewRowInfo rowInfo)
Parameters
rowInfo
The row info.
Returns
true if this instance [can enter edit mode] the specified row info; otherwise, false.
Overrides
OnMouseDown(MouseEventArgs)
Raises the event.
Declaration
public override bool OnMouseDown(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
Overrides
OnMouseDownLeft(MouseEventArgs)
Occurs when the mouse pointer is over the RadGridView and the left mouse button is pressed.
Declaration
protected override bool OnMouseDownLeft(MouseEventArgs e)
Parameters
e
The MouseEventArgs containing data related to this event
Returns
Returns true if the event is processed
Overrides
OnMouseDownRight(MouseEventArgs)
Occurs when the mouse pointer is over the RadGridView and the right mouse button is pressed.
Declaration
protected override bool OnMouseDownRight(MouseEventArgs e)
Parameters
e
The MouseEventArgs containing data related to this event
Returns
Returns true if the event is processed
Overrides
OnMouseUpLeft(MouseEventArgs)
Raises the event.
Declaration
protected override bool OnMouseUpLeft(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
Overrides
ProcessDownKey(KeyEventArgs)
Processes the Down key
Declaration
protected override bool ProcessDownKey(KeyEventArgs keys)
Parameters
keys
The KeyPressEventArgs containing data related to this event
Returns
Returns true if the event is processed
Overrides
ProcessEnterKey(KeyEventArgs)
Processes the Enter key
Declaration
protected override bool ProcessEnterKey(KeyEventArgs keys)
Parameters
keys
The KeyPressEventArgs containing data related to this event
Returns
Returns true if the event is processed
Overrides
ProcessEscapeKey(KeyEventArgs)
Processes the Escape key
Declaration
protected override bool ProcessEscapeKey(KeyEventArgs keys)
Parameters
keys
The KeyPressEventArgs containing data related to this event
Returns
Returns true if the event is processed
Overrides