Class LookupTextBoxGridColumn
Column for presenting lookup textboxes in a gridview
Inheritance
System.Object
    LookupTextBoxGridColumn
  Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class LookupTextBoxGridColumn : GridViewBaseCustomColumn<LookupTextBoxGridColumnConfiguration, LookupTextBox>
  Constructors
| Improve this Doc View SourceLookupTextBoxGridColumn(LookupTextBoxGridColumnConfiguration, ColumnConfigurationModel, GridViewControl)
Create new column
Declaration
public LookupTextBoxGridColumn(LookupTextBoxGridColumnConfiguration configuration, ColumnConfigurationModel column, GridViewControl grid)
  Parameters
| Type | Name | Description | 
|---|---|---|
| LookupTextBoxGridColumnConfiguration | configuration | LookupTextBox configuration  | 
      
| ColumnConfigurationModel | column | Column configuration  | 
      
| GridViewControl | grid | Grid instance  | 
      
Methods
| Improve this Doc View SourceCellGotFocus(GridViewCell)
Cell got focus
Declaration
public override void CellGotFocus(GridViewCell cell)
  Parameters
| Type | Name | Description | 
|---|---|---|
| GridViewCell | cell | 
CellGotKeyboardFocus(GridViewCell)
Cell got keyboard focus
Declaration
public override void CellGotKeyboardFocus(GridViewCell cell)
  Parameters
| Type | Name | Description | 
|---|---|---|
| GridViewCell | cell | 
CreateInputElement(GridViewCell, Object)
Create lookup textbox
Declaration
public override LookupTextBox CreateInputElement(GridViewCell cell, object dataItem)
  Parameters
| Type | Name | Description | 
|---|---|---|
| GridViewCell | cell | |
| System.Object | dataItem | 
Returns
| Type | Description | 
|---|---|
| LookupTextBox |