Class GridHierarchyRowBehavior
Represents grid hierarchy row behavior
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridHierarchyRowBehavior : GridDataRowBehavior, IGridBehavior, IDisposable
Constructors
GridHierarchyRowBehavior()
Initializes a new instance of the Grid
Declaration
public GridHierarchyRowBehavior()
Methods
CanEnterEditMode(GridViewRowInfo)
Determines whether the specified row info can enter edit mode.
Declaration
protected override bool CanEnterEditMode(GridViewRowInfo rowInfo)
Parameters
Grid The row info. |
Returns
System.
|
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 |