Class GridNewRowBehavior
Represents grid new row behavior
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridNewRowBehavior : GridRowBehavior, IGridBehavior, IDisposable
Constructors
GridNewRowBehavior()
Methods
CanEnterEditMode(GridViewRowInfo)
Determines whether this instance [can enter edit mode] the specified row info.
Declaration
protected override bool CanEnterEditMode(GridViewRowInfo rowInfo)
Parameters
Grid The row info. |
Returns
System.
|
Overrides
OnMouseDown(MouseEventArgs)
Raises the Mouse
Declaration
public override bool OnMouseDown(MouseEventArgs e)
Parameters
System. The System. |
Returns
System.
|
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
System. The MouseEventArgs containing data related to this event |
Returns
System. 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
System. The MouseEventArgs containing data related to this event |
Returns
System. Returns true if the event is processed |
Overrides
OnMouseUpLeft(MouseEventArgs)
Raises the Mouse
Declaration
protected override bool OnMouseUpLeft(MouseEventArgs e)
Parameters
System. The System. |
Returns
System.
|
Overrides
ProcessDownKey(KeyEventArgs)
Processes the Down key
Declaration
protected override bool ProcessDownKey(KeyEventArgs keys)
Parameters
System. The KeyPressEventArgs containing data related to this event |
Returns
System. Returns true if the event is processed |
Overrides
ProcessEnterKey(KeyEventArgs)
Processes the Enter key
Declaration
protected override bool ProcessEnterKey(KeyEventArgs keys)
Parameters
System. The KeyPressEventArgs containing data related to this event |
Returns
System. Returns true if the event is processed |
Overrides
ProcessEscapeKey(KeyEventArgs)
Processes the Escape key
Declaration
protected override bool ProcessEscapeKey(KeyEventArgs keys)
Parameters
System. The KeyPressEventArgs containing data related to this event |
Returns
System. Returns true if the event is processed |