GridNewRowBehavior
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
Initializes a new instance of the GridNewRowBehavior class.
public GridNewRowBehavior()
Methods
Determines whether this instance [can enter edit mode] the specified row info.
protected override bool CanEnterEditMode(GridViewRowInfo rowInfo)
The row info.
Returns:true if this instance [can enter edit mode] the specified row info; otherwise, false.
Overrides:
Raises the event.
public override bool OnMouseDown(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Returns:Overrides:
Occurs when the mouse pointer is over the RadGridView and the left mouse button is pressed.
protected override bool OnMouseDownLeft(MouseEventArgs e)
The MouseEventArgs containing data related to this event
Returns:Returns true if the event is processed
Overrides:
Occurs when the mouse pointer is over the RadGridView and the right mouse button is pressed.
protected override bool OnMouseDownRight(MouseEventArgs e)
The MouseEventArgs containing data related to this event
Returns:Returns true if the event is processed
Overrides:
Raises the event.
protected override bool OnMouseUpLeft(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Returns:Overrides:
Processes the Down key
protected override bool ProcessDownKey(KeyEventArgs keys)
The KeyPressEventArgs containing data related to this event
Returns:Returns true if the event is processed
Overrides:
Processes the Enter key
protected override bool ProcessEnterKey(KeyEventArgs keys)
The KeyPressEventArgs containing data related to this event
Returns:Returns true if the event is processed
Overrides:
Processes the Escape key
protected override bool ProcessEscapeKey(KeyEventArgs keys)
The KeyPressEventArgs containing data related to this event
Returns:Returns true if the event is processed
Overrides: