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
Initializes a new instance of the GridViewComboBoxColumn.
public GridViewComboBoxColumn()
Initializes a new instance of the GridViewComboBoxColumn.
Initializes a new instance of the GridViewComboBoxColumn.
public GridViewComboBoxColumn(string fieldName)
A string value referring to the unique name of the column.
Fields
public static RadProperty AutoCompleteModeProperty
public static RadProperty DropDownStyleProperty
Properties
Specifies the mode for the automatic completion feature used in the RadDropDownListEditor.
[Browsable(true)]
public AutoCompleteMode AutoCompleteMode { get; set; }
Gets or sets the data source that populates the items for the RadDropDownListEditor.
[Browsable(true)]
public object DataSource { get; set; }
Implements:
Gets or sets a string that specifies the property or database column from which to retrieve strings for display in the RadDropDownListEditor items.
[Browsable(true)]
[TypeConverter("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string DisplayMember { get; set; }
Implements:
Gets or sets a value indicating whether [display member sort].
[Browsable(true)]
public bool DisplayMemberSort { get; set; }
true if [display member sort]; otherwise, false.
Gets or sets a value specifying the style of the RadDropDownListEditor.
[Browsable(true)]
public RadDropDownStyle DropDownStyle { get; set; }
Gets or sets a value specifying the style of the RadDropDownListEditor.
[Browsable(true)]
public GridViewFilteringMode FilteringMode { get; set; }
Gets a value indicating whether this column has lookup value.
public bool HasLookupValue { get; }
Gets a value that indicates the SelectedIndex will be synchronized with text in Editable area
public bool SyncSelectionWithText { get; set; }
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.
[Browsable(true)]
public string ValueMember { get; set; }
Implements:
Methods
Disposes the manages resources
protected override void DisposeManagedResources()
Overrides:
Gets the type of the cell.
public override Type GetCellType(GridViewRowInfo row)
The row.
Returns:Overrides:
Initializes this instance.
protected override void Initialize()
Overrides:
public override void InitializeEditor(IInputEditor editor)
Overrides: