menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridFilterRowNumericRenderer - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridFilterRowNumericRenderer

    Represents a class which handles the filter operation that loads the Numeric text box in a FilterRow.

    Inheritance
    System.Object
    GridCellRendererBase
    GridVirtualizingCellRendererBase<System.Windows.Controls.TextBlock, DoubleTextBox>
    GridVirtualizingCellRenderer<System.Windows.Controls.TextBlock, DoubleTextBox>
    GridFilterRowCellRenderer<System.Windows.Controls.TextBlock, DoubleTextBox>
    GridFilterRowNumericRenderer
    Implements
    IGridCellRenderer
    System.IDisposable
    IGridFilterRowRenderer
    Inherited Members
    GridCellRendererBase.Arrange(RowColumnIndex, FrameworkElement, Rect)
    GridCellRendererBase.BeginEdit(RowColumnIndex, FrameworkElement, GridColumn, Object)
    GridCellRendererBase.BindingExpression
    GridCellRendererBase.CanUpdateBinding(GridColumn)
    GridCellRendererBase.CanValidate()
    GridCellRendererBase.ClearRecycleBin()
    GridCellRendererBase.CommitUnBoundCellValue(Object, GridColumn, Object)
    GridCellRendererBase.CurrentCellElement
    GridCellRendererBase.CurrentCellIndex
    GridCellRendererBase.CurrentCellRendererElement
    GridCellRendererBase.DataGrid
    GridCellRendererBase.Dispose()
    GridCellRendererBase.Dispose(Boolean)
    GridCellRendererBase.EndEdit(DataColumnBase, Object, Boolean)
    GridCellRendererBase.HasCurrentCellState
    GridCellRendererBase.IGridCellRenderer.ShouldGridTryToHandleKeyDown(KeyEventArgs)
    GridCellRendererBase.IGridCellRenderer.UpdateBindingInfo(DataColumnBase, Object, Boolean)
    GridCellRendererBase.IsDropDownable
    GridCellRendererBase.IsEditable
    GridCellRendererBase.IsFocused
    GridCellRendererBase.IsFocusible
    GridCellRendererBase.IsInEditing
    GridCellRendererBase.Measure(RowColumnIndex, FrameworkElement, Size)
    GridCellRendererBase.OnArrange(RowColumnIndex, FrameworkElement, Rect)
    GridCellRendererBase.OnMeasure(RowColumnIndex, FrameworkElement, Size)
    GridCellRendererBase.OnPrepareUIElements()
    GridCellRendererBase.OnPrepareUIElements(DataColumnBase, Object, Boolean)
    GridCellRendererBase.OnPreviewTextInput(TextCompositionEventArgs)
    GridCellRendererBase.OnRenderCell(DrawingContext, Rect, DataColumnBase, Object)
    GridCellRendererBase.OnRenderCellBorder(DrawingContext, Rect, Geometry, DataColumnBase, GridCell)
    GridCellRendererBase.OnRenderContent(DrawingContext, Rect, Geometry, DataColumnBase, GridCell, Object)
    GridCellRendererBase.OnRenderCurrentCell(DrawingContext, Rect, Geometry, DataColumnBase, GridCell)
    GridCellRendererBase.OnUnloadUIElements(DataColumnBase)
    GridCellRendererBase.OnUpdateBindingInfo(DataColumnBase, Object, Boolean)
    GridCellRendererBase.OnUpdateStyleInfo(DataColumnBase, Object)
    GridCellRendererBase.PrepareUIElements(DataColumnBase, Object, Boolean)
    GridCellRendererBase.PreviewInputText
    GridCellRendererBase.PreviewTextInput(TextCompositionEventArgs)
    GridCellRendererBase.RaiseCurrentCellValidatedEvent(SfDataGrid, GridColumn, Object, Object)
    GridCellRendererBase.RaiseCurrentCellValidatingEvent(SfDataGrid, GridColumn, Object, Object, Object)
    GridCellRendererBase.RaiseCurrentCellValueChangedEvent(SfDataGrid, DataColumnBase)
    GridCellRendererBase.RenderCell(DrawingContext, Rect, DataColumnBase, Object)
    GridCellRendererBase.ResetCurrentCellState()
    GridCellRendererBase.SetCurrentCellState(RowColumnIndex, FrameworkElement, Boolean, Boolean, GridColumn, DataColumnBase)
    GridCellRendererBase.SetFocus(Boolean)
    GridCellRendererBase.SetFocus(FrameworkElement, Boolean)
    GridCellRendererBase.SupportsRenderOptimization
    GridCellRendererBase.UnloadUIElements(DataColumnBase)
    GridCellRendererBase.UpdateBindingInfo(DataColumnBase, Object, Boolean)
    GridCellRendererBase.UpdateCellStyle(DataColumnBase, Object)
    GridCellRendererBase.UpdateCurrentCellState(FrameworkElement, Boolean)
    GridCellRendererBase.UpdateSource(FrameworkElement)
    GridCellRendererBase.UpdateToolTip(DataColumnBase)
    GridCellRendererBase.UseOnlyRendererElement
    GridFilterRowCellRenderer<TextBlock, DoubleTextBox>.ApplyFilters(List<FilterPredicate>, String)
    GridFilterRowCellRenderer<TextBlock, DoubleTextBox>.BeginEdit(RowColumnIndex, FrameworkElement, GridColumn, Object)
    GridFilterRowCellRenderer<TextBlock, DoubleTextBox>.FilterRowCell
    GridFilterRowCellRenderer<TextBlock, DoubleTextBox>.GetFilterPredicates(Object)
    GridFilterRowCellRenderer<TextBlock, DoubleTextBox>.GetFilterText(List<FilterPredicate>)
    GridFilterRowCellRenderer<TextBlock, DoubleTextBox>.GetMultiSelectFilterPredicates(List<FilterRowElement>, List<FilterRowElement>)
    GridFilterRowCellRenderer<TextBlock, DoubleTextBox>.IGridFilterRowRenderer.ClearFilter(DataColumnBase)
    GridFilterRowCellRenderer<TextBlock, DoubleTextBox>.InitializeCellStyle(DataColumnBase, Object)
    GridFilterRowCellRenderer<TextBlock, DoubleTextBox>.IsValueChanged
    GridFilterRowCellRenderer<TextBlock, DoubleTextBox>.OnClearFilter(DataColumnBase)
    GridFilterRowCellRenderer<TextBlock, DoubleTextBox>.OnFilterRowConditionChanged(String)
    GridFilterRowCellRenderer<TextBlock, DoubleTextBox>.OnInitializeDisplayElement(DataColumnBase, TextBlock, Object)
    GridFilterRowCellRenderer<TextBlock, DoubleTextBox>.OnInitializeEditElement(DataColumnBase, DoubleTextBox, Object)
    GridFilterRowCellRenderer<TextBlock, DoubleTextBox>.OnPrepareUIElements()
    GridFilterRowCellRenderer<TextBlock, DoubleTextBox>.OnRenderCell(DrawingContext, Rect, DataColumnBase, Object)
    GridFilterRowCellRenderer<TextBlock, DoubleTextBox>.ProcessMultipleFilters(List<Object>, List<Object>)
    GridFilterRowCellRenderer<TextBlock, DoubleTextBox>.ProcessSingleFilter(Object)
    GridVirtualizingCellRenderer<TextBlock, DoubleTextBox>.CurrentRendererValueChanged()
    GridVirtualizingCellRenderer<TextBlock, DoubleTextBox>.EditorType
    GridVirtualizingCellRenderer<TextBlock, DoubleTextBox>.OnInitializeTemplateElement(DataColumnBase, ContentControl, Object)
    GridVirtualizingCellRenderer<TextBlock, DoubleTextBox>.OnUpdateDisplayBinding(DataColumnBase, TextBlock, Object)
    GridVirtualizingCellRenderer<TextBlock, DoubleTextBox>.OnUpdateEditBinding(DataColumnBase, DoubleTextBox, Object)
    GridVirtualizingCellRenderer<TextBlock, DoubleTextBox>.OnUpdateTemplateBinding(DataColumnBase, ContentControl, Object)
    GridVirtualizingCellRenderer<TextBlock, DoubleTextBox>.ShouldGridTryToHandleKeyDown(KeyEventArgs)
    GridVirtualizingCellRenderer<TextBlock, DoubleTextBox>.TextAlignmentToHorizontalAlignment(TextAlignment)
    GridVirtualizingCellRenderer<TextBlock, DoubleTextBox>.UpdateToolTip(DataColumnBase)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.AllowRecycle
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.ClearRecycleBin()
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.DisplayRecycleBin
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.Dispose(Boolean)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.DrawFormattedText(DrawingContext, Rect, Geometry, DataColumnBase, GridCell, String)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.DrawGlyphs(DrawingContext, Rect, Geometry, DataColumnBase, GridCell, String)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.EditRecycleBin
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.EndEdit(DataColumnBase, Object, Boolean)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.InitializeDisplayElement(DataColumnBase, TextBlock, Object)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.InitializeEditElement(DataColumnBase, DoubleTextBox, Object)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.InitializeTemplateElement(DataColumnBase, ContentControl, Object)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnArrange(RowColumnIndex, FrameworkElement, Rect)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnCreateDisplayUIElement()
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnCreateEditUIElement()
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnCreateTemplateUIElement()
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnEditElementLoaded(Object, RoutedEventArgs)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnEditElementLostFocus(Object, RoutedEventArgs)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnEditElementUnloaded(Object, RoutedEventArgs)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnEditingComplete(DataColumnBase, FrameworkElement)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnEnteredEditMode(DataColumnBase, FrameworkElement)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnMeasure(RowColumnIndex, FrameworkElement, Size)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnPrepareUIElements(DataColumnBase, Object, Boolean)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnRenderCellBorder(DrawingContext, Rect, Geometry, DataColumnBase, GridCell)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnRenderContent(DrawingContext, Rect, Geometry, DataColumnBase, GridCell, Object)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnRenderCurrentCell(DrawingContext, Rect, Geometry, DataColumnBase, GridCell)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnUnloadUIElements(DataColumnBase)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnUnwireDisplayUIElement(TextBlock)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnUnwireEditUIElement(DoubleTextBox)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnUnwireTemplateUIElement(ContentControl)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnUpdateBindingInfo(DataColumnBase, Object, Boolean)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnUpdateStyleInfo(DataColumnBase, Object)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnWireDisplayUIElement(TextBlock)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnWireEditUIElement(DoubleTextBox)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.OnWireTemplateUIElement(ContentControl)
    GridVirtualizingCellRendererBase<TextBlock, DoubleTextBox>.TemplateRecycleBin
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid.RowFilter
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GridFilterRowNumericRenderer : GridFilterRowCellRenderer<TextBlock, DoubleTextBox>, IGridCellRenderer, IDisposable, IGridFilterRowRenderer

    Constructors

    GridFilterRowNumericRenderer()

    Declaration
    public GridFilterRowNumericRenderer()

    Methods

    GetControlValue()

    Gets the control value.

    Declaration
    public override object GetControlValue()
    Returns
    Type
    System.Object
    Overrides
    GridCellRendererBase.GetControlValue()

    OnEditElementLoaded(Object, RoutedEventArgs)

    Called when [edit element loaded].

    Declaration
    protected override void OnEditElementLoaded(object sender, RoutedEventArgs e)
    Parameters
    Type Name Description
    System.Object sender

    The sender.

    System.Windows.RoutedEventArgs e

    The System.Windows.RoutedEventArgs instance containing the event data.

    Overrides
    Syncfusion.UI.Xaml.Grid.Cells.GridVirtualizingCellRendererBase<System.Windows.Controls.TextBlock, Syncfusion.Windows.Shared.DoubleTextBox>.OnEditElementLoaded(System.Object, System.Windows.RoutedEventArgs)

    OnEditingComplete(DataColumnBase, FrameworkElement)

    When complete edit, we need to raise query again to provide entered value to customer.

    Declaration
    protected override void OnEditingComplete(DataColumnBase dataColumn, FrameworkElement currentRendererElement)
    Parameters
    Type Name Description
    DataColumnBase dataColumn

    DataColumn which holds GridColumn, RowColumnIndex and GridCell

    System.Windows.FrameworkElement currentRendererElement

    The UIElement that was loaded in edit mdoe

    Overrides
    Syncfusion.UI.Xaml.Grid.Cells.GridVirtualizingCellRendererBase<System.Windows.Controls.TextBlock, Syncfusion.Windows.Shared.DoubleTextBox>.OnEditingComplete(Syncfusion.UI.Xaml.Grid.DataColumnBase, System.Windows.FrameworkElement)

    OnInitializeDisplayElement(DataColumnBase, TextBlock, Object)

    Called when [initialize display element].

    Declaration
    public override void OnInitializeDisplayElement(DataColumnBase dataColumn, TextBlock uiElement, object dataContext)
    Parameters
    Type Name Description
    DataColumnBase dataColumn

    DataColumn Which holds GridColumn, RowColumnIndex and GridCell

    System.Windows.Controls.TextBlock uiElement

    Corresponding Renderer Element

    System.Object dataContext

    The data context.

    Overrides
    Syncfusion.UI.Xaml.Grid.RowFilter.GridFilterRowCellRenderer<System.Windows.Controls.TextBlock, Syncfusion.Windows.Shared.DoubleTextBox>.OnInitializeDisplayElement(Syncfusion.UI.Xaml.Grid.DataColumnBase, System.Windows.Controls.TextBlock, System.Object)

    OnInitializeEditElement(DataColumnBase, DoubleTextBox, Object)

    Called when [initialize edit element].

    Declaration
    public override void OnInitializeEditElement(DataColumnBase dataColumn, DoubleTextBox uiElement, object dataContext)
    Parameters
    Type Name Description
    DataColumnBase dataColumn

    DataColumn Which holds GridColumn, RowColumnIndex and GridCell

    DoubleTextBox uiElement

    Corresponding Renderer Element

    System.Object dataContext

    The data context.

    Overrides
    Syncfusion.UI.Xaml.Grid.RowFilter.GridFilterRowCellRenderer<System.Windows.Controls.TextBlock, Syncfusion.Windows.Shared.DoubleTextBox>.OnInitializeEditElement(Syncfusion.UI.Xaml.Grid.DataColumnBase, Syncfusion.Windows.Shared.DoubleTextBox, System.Object)

    OnUnwireEditUIElement(DoubleTextBox)

    Called when [unwire edit UI element].

    Declaration
    protected override void OnUnwireEditUIElement(DoubleTextBox uiElement)
    Parameters
    Type Name Description
    DoubleTextBox uiElement

    The UI element.

    Overrides
    Syncfusion.UI.Xaml.Grid.Cells.GridVirtualizingCellRendererBase<System.Windows.Controls.TextBlock, Syncfusion.Windows.Shared.DoubleTextBox>.OnUnwireEditUIElement(Syncfusion.Windows.Shared.DoubleTextBox)

    SetControlValue(Object)

    Sets the control value.

    Declaration
    public override void SetControlValue(object value)
    Parameters
    Type Name Description
    System.Object value

    The value.

    Overrides
    GridCellRendererBase.SetControlValue(Object)

    ShouldGridTryToHandleKeyDown(KeyEventArgs)

    Let Renderer decide whether the parent grid should be allowed to handle keys and prevent the key event from being handled by the visual UIElement for this renderer. If this method returns true the parent grid will handle arrow keys and set the Handled flag in the event data. Keys that the grid does not handle will be ignored and be routed to the UIElement for this renderer.

    Declaration
    protected override bool ShouldGridTryToHandleKeyDown(KeyEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.KeyEventArgs e

    A System.Windows.Input.KeyEventArgs object.

    Returns
    Type Description
    System.Boolean

    True if the parent grid should be allowed to handle keys; false otherwise.

    Overrides
    Syncfusion.UI.Xaml.Grid.Cells.GridVirtualizingCellRenderer<System.Windows.Controls.TextBlock, Syncfusion.Windows.Shared.DoubleTextBox>.ShouldGridTryToHandleKeyDown(System.Windows.Input.KeyEventArgs)

    Implements

    IGridCellRenderer
    System.IDisposable
    IGridFilterRowRenderer
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved