Represents grid hierarchy row behavior
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridHierarchyRowBehavior : GridDataRowBehavior, IGridBehavior, IDisposable
Inheritance: objectGridBehaviorImplGridRowBehaviorGridDataRowBehaviorGridHierarchyRowBehavior
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridHierarchyRowBehavior class.
C#
public GridHierarchyRowBehavior()
Methods
Determines whether the specified row info can enter edit mode.
C#
protected override bool CanEnterEditMode(GridViewRowInfo rowInfo)
The row info.
Returns:true if the specified row info can enter edit mode; otherwise, false.
Overrides:
Processes the Enter key
C#
protected override bool ProcessEnterKey(KeyEventArgs keys)
The KeyPressEventArgs containing data related to this event
Returns:Returns true if the event is processed
Overrides: