Class GridExcelFilterComboBoxRenderer
Represents a class which handles the filter operation that loads the ExcelFilterComboBox in a FilterRow.
Inheritance
System.Object
GridExcelFilterComboBoxRenderer
Inherited Members
GridCellRendererBase.RaiseCurrentCellValidatingEvent(SfDataGrid, GridColumn, Object, Object, Object)
GridFilterRowComboBoxRendererBase.OnInitializeDisplayElement(DataColumnBase, ContentControl, Object)
GridVirtualizingCellRenderer<ContentControl, ComboBoxAdv>.ShouldGridTryToHandleKeyDown(KeyEventArgs)
Namespace: Syncfusion.UI.Xaml.Grid.RowFilter
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class GridExcelFilterComboBoxRenderer : GridFilterRowComboBoxRendererBase, IGridCellRenderer, IDisposable, IGridFilterRowRenderer
Constructors
GridExcelFilterComboBoxRenderer()
Initializes a new instance of the
Declaration
public GridExcelFilterComboBoxRenderer()
Methods
InitializeEditBinding(ComboBoxAdv, DataColumnBase)
Initialize the ComboBoxAdv with required fields.
Declaration
protected override void InitializeEditBinding(ComboBoxAdv uiElement, DataColumnBase dataColumn)
Parameters
Type | Name | Description |
---|---|---|
ComboBoxAdv | uiElement | The ComboBoxAdv that loaded in Edit mode. |
DataColumnBase | dataColumn | The DataColumn that loads the ComboBoxAdv. |
Overrides
OnDropDownOpened(Object, EventArgs)
Called when ComboBox drop down opened
Declaration
protected override void OnDropDownOpened(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
System.EventArgs | e |
Overrides
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
OnUnwireEditUIElement(ComboBoxAdv)
UnWire the wired events.
Declaration
protected override void OnUnwireEditUIElement(ComboBoxAdv uiElement)
Parameters
Type | Name | Description |
---|---|---|
ComboBoxAdv | uiElement |
Overrides
Implements
System.IDisposable