CellActionManager
Allows you to route cell actions to the grid for processing.
public interface CellActionManagerProperties
Section titled "Properties"Methods
Section titled "Methods"ApplyCustomFilter(string, int, object)
Section titled "ApplyCustomFilter(string, int, object)"ApplyCustomFilter(string, int, object): any ApplyCustomFilterAsync(string, int, object)
Section titled "ApplyCustomFilterAsync(string, int, object)"ApplyCustomFilterAsync(string, int, object): any ApplyFilter(ColumnComparisonConditionOperatorType, object)
Section titled "ApplyFilter(ColumnComparisonConditionOperatorType, object)"ApplyFilter(ColumnComparisonConditionOperatorType, object): any ApplyFilterAsync(ColumnComparisonConditionOperatorType, object)
Section titled "ApplyFilterAsync(ColumnComparisonConditionOperatorType, object)"ApplyFilterAsync(ColumnComparisonConditionOperatorType, object): any CancelEditModeAsync(bool)
Section titled "CancelEditModeAsync(bool)"Notify the grid to cancel edit mode.
CancelEditModeAsync(bool): any ClearFilterAsync()
Section titled "ClearFilterAsync()"Clear the filter on the column associated with the cell.
ClearFilterAsync(): any ClickCellAsync(MouseButton)
Section titled "ClickCellAsync(MouseButton)"Notifies the grid that a cell has been clicked.
ClickCellAsync(MouseButton): any ClickExpansionIndicatorAsync()
Section titled "ClickExpansionIndicatorAsync()"Notifies the grid that an expansion indicator has been clicked.
ClickExpansionIndicatorAsync(): any ColumnFilterChanged(IgbColumnFilterCondition)
Section titled "ColumnFilterChanged(IgbColumnFilterCondition)"ColumnFilterChanged(IgbColumnFilterCondition): any ColumnFilterChangedAsync(IgbColumnFilterCondition)
Section titled "ColumnFilterChangedAsync(IgbColumnFilterCondition)"Provides a new column filter condition to associate with the cell's column.
ColumnFilterChangedAsync(IgbColumnFilterCondition): any ColumnFilterChanging(IgbColumnFilterCondition)
Section titled "ColumnFilterChanging(IgbColumnFilterCondition)"ColumnFilterChanging(IgbColumnFilterCondition): any ColumnFilterChangingAsync(IgbColumnFilterCondition)
Section titled "ColumnFilterChangingAsync(IgbColumnFilterCondition)"Provides a new intermediate column filter condition to associate with the cell's column.
ColumnFilterChangingAsync(IgbColumnFilterCondition): any DisableKeyInputAsync()
Section titled "DisableKeyInputAsync()"Disables key input to the grid.
DisableKeyInputAsync(): any DoubleClicked(MouseButton)
Section titled "DoubleClicked(MouseButton)"DoubleClicked(MouseButton): any DoubleClickedAsync(MouseButton)
Section titled "DoubleClickedAsync(MouseButton)"Notifies the grid that the cell was double clicked
DoubleClickedAsync(MouseButton): any DragStartedAsync()
Section titled "DragStartedAsync()"Notifies the grid that a cell has started a drag.
DragStartedAsync(): any EditorCellLostFocusAsync()
Section titled "EditorCellLostFocusAsync()"Notify the grid that a cell has lost focus.
EditorCellLostFocusAsync(): any EnableKeyInputAsync()
Section titled "EnableKeyInputAsync()"Enable key input to the grid.
EnableKeyInputAsync(): any GetColumnFilterCondition()
Section titled "GetColumnFilterCondition()"GetColumnFilterCondition(): any GetColumnFilterConditionAsync()
Section titled "GetColumnFilterConditionAsync()"Get's the column filter condition associated with the cell's column.
GetColumnFilterConditionAsync(): any GetColumnPropertyTypeAsync()
Section titled "GetColumnPropertyTypeAsync()"Get's the property type associated the cell's column.
GetColumnPropertyTypeAsync(): any IsCellDownAsync()
Section titled "IsCellDownAsync()"Gets if the mouse is down on the current cell.
IsCellDownAsync(): any IsHandlingNavigationUris()
Section titled "IsHandlingNavigationUris()"IsHandlingNavigationUris(): any IsHandlingNavigationUrisAsync()
Section titled "IsHandlingNavigationUrisAsync()"Is a user handling the navigation requests?
IsHandlingNavigationUrisAsync(): any MouseDownCell(double, double)
Section titled "MouseDownCell(double, double)"MouseDownCell(double, double): any MouseDownCellAsync(double, double)
Section titled "MouseDownCellAsync(double, double)"MouseDownCellAsync(double, double): any MouseEnterCell(double, double)
Section titled "MouseEnterCell(double, double)"MouseEnterCell(double, double): any MouseEnterCellAsync(double, double)
Section titled "MouseEnterCellAsync(double, double)"MouseEnterCellAsync(double, double): any MouseIsOver(double, double)
Section titled "MouseIsOver(double, double)"MouseIsOver(double, double): any MouseIsOverAsync(double, double)
Section titled "MouseIsOverAsync(double, double)"MouseIsOverAsync(double, double): any MouseLeaveCell(double, double)
Section titled "MouseLeaveCell(double, double)"MouseLeaveCell(double, double): any MouseLeaveCellAsync(double, double)
Section titled "MouseLeaveCellAsync(double, double)"MouseLeaveCellAsync(double, double): any MouseUpCell(double, double)
Section titled "MouseUpCell(double, double)"MouseUpCell(double, double): any MouseUpCellAsync(double, double)
Section titled "MouseUpCellAsync(double, double)"MouseUpCellAsync(double, double): any NavigationRequestedAsync()
Section titled "NavigationRequestedAsync()"The cell is requesting a navigation action.
NavigationRequestedAsync(): any PassCellCloneAsync(object)
Section titled "PassCellCloneAsync(object)"Pass Cell Clone to Dragger
PassCellCloneAsync(object): any PointerDownCellAsync()
Section titled "PointerDownCellAsync()"Notifies the grid that a pointer is down on a cell.
PointerDownCellAsync(): any PointerUpCellAsync()
Section titled "PointerUpCellAsync()"Notifies the grid that a pointer is up on a cell.
PointerUpCellAsync(): any PreviewMouseDownCell(bool, bool, MouseButton)
Section titled "PreviewMouseDownCell(bool, bool, MouseButton)"PreviewMouseDownCell(bool, bool, MouseButton): any PreviewMouseDownCellAsync(bool, bool, MouseButton)
Section titled "PreviewMouseDownCellAsync(bool, bool, MouseButton)"PreviewMouseDownCellAsync(bool, bool, MouseButton): any PreviewMouseUpCell(bool, bool, MouseButton)
Section titled "PreviewMouseUpCell(bool, bool, MouseButton)"PreviewMouseUpCell(bool, bool, MouseButton): any PreviewMouseUpCellAsync(bool, bool, MouseButton)
Section titled "PreviewMouseUpCellAsync(bool, bool, MouseButton)"PreviewMouseUpCellAsync(bool, bool, MouseButton): any PreviewPointerDownCellAsync()
Section titled "PreviewPointerDownCellAsync()"Notifies the grid that a pointer is pressing on the cell.
PreviewPointerDownCellAsync(): any PreviewPointerUpCellAsync()
Section titled "PreviewPointerUpCellAsync()"Notifies the grid that a pointer is releasing on a cell.
PreviewPointerUpCellAsync(): any ShouldSkipFocusRetainAsync()
Section titled "ShouldSkipFocusRetainAsync()"ShouldSkipFocusRetainAsync(): any StartEditModeAsync()
Section titled "StartEditModeAsync()"Start edit mode.
StartEditModeAsync(): any UpdateCellEditValue(object)
Section titled "UpdateCellEditValue(object)"UpdateCellEditValue(object): any UpdateCellEditValueAsync(object)
Section titled "UpdateCellEditValueAsync(object)"Provides a way for cells to update the EditorCellModel's EditValue property.
UpdateCellEditValueAsync(object): any