ClassGridViewComboBoxColumn
Represents column whose cells contains comboboxes bound to data source
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewComboBoxColumn : GridViewDataColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IContextMenuProvider, IDataConversionInfoProvider, IGridViewEventListener, ITypeDescriptorContext, IServiceProvider, IBindableColumn
Inheritance: objectDisposableObjectRadObjectGridViewColumnGridViewDataColumnGridViewComboBoxColumn
Derived Classes:
Implements:
Inherited Members
Constructors
GridViewComboBoxColumn()
Initializes a new instance of the GridViewComboBoxColumn.
Declaration
public GridViewComboBoxColumn()
GridViewComboBoxColumn(string)
Initializes a new instance of the GridViewComboBoxColumn.
Declaration
public GridViewComboBoxColumn(string fieldName)
Parameters
fieldName
A string value referring to the unique name of the column.
GridViewComboBoxColumn(string, string)
Initializes a new instance of the GridViewComboBoxColumn.
Fields
AutoCompleteModeProperty
Declaration
public static RadProperty AutoCompleteModeProperty
Field Value
DropDownStyleProperty
Declaration
public static RadProperty DropDownStyleProperty
Field Value
Properties
AutoCompleteMode
Specifies the mode for the automatic completion feature used in the RadDropDownListEditor.
Declaration
[Browsable(true)]
public AutoCompleteMode AutoCompleteMode { get; set; }
Property Value
DataSource
Gets or sets the data source that populates the items for the RadDropDownListEditor.
Declaration
[Browsable(true)]
public object DataSource { get; set; }
Property Value
Implements
DisplayMember
Gets or sets a string that specifies the property or database column from which to retrieve strings for display in the RadDropDownListEditor items.
Declaration
[Browsable(true)]
[TypeConverter("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string DisplayMember { get; set; }
Property Value
Implements
DisplayMemberSort
Gets or sets a value indicating whether [display member sort].
Declaration
[Browsable(true)]
public bool DisplayMemberSort { get; set; }
Property Value
true if [display member sort]; otherwise, false.
DropDownStyle
Gets or sets a value specifying the style of the RadDropDownListEditor.
Declaration
[Browsable(true)]
public RadDropDownStyle DropDownStyle { get; set; }
Property Value
FilteringMode
Gets or sets a value specifying the style of the RadDropDownListEditor.
Declaration
[Browsable(true)]
public GridViewFilteringMode FilteringMode { get; set; }
Property Value
HasLookupValue
Gets a value indicating whether this column has lookup value.
SyncSelectionWithText
Gets a value that indicates the SelectedIndex will be synchronized with text in Editable area
ValueMember
Gets or sets a string that specifies the property or database column from which to get values that correspond to the items in the RadDropDownListEditor.
Declaration
[Browsable(true)]
public string ValueMember { get; set; }
Property Value
Implements
Methods
DisposeManagedResources()
Disposes the manages resources
Declaration
protected override void DisposeManagedResources()
Overrides
GetCellType(GridViewRowInfo)
Gets the type of the cell.
Declaration
public override Type GetCellType(GridViewRowInfo row)
Parameters
row
The row.
Returns
Overrides
GetDefaultEditor()
Declaration
public override IInputEditor GetDefaultEditor()
Returns
Overrides
GetLookupValue(object)
Returns the lookup value for the specified cell value
Initialize()
Initializes this instance.
Declaration
protected override void Initialize()
Overrides
InitializeEditor(IInputEditor)
Declaration
public override void InitializeEditor(IInputEditor editor)
Parameters
editor
Overrides