Class GridFilterRowBehavior
Represents filter row grid behavior
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridFilterRowBehavior : GridRowBehavior, IGridBehavior, IDisposable
Constructors
GridFilterRowBehavior()
Initializes a new instance of the Grid
Declaration
public GridFilterRowBehavior()
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
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 |