DataGridViewTextBoxCell
Wisej.Web.DataGridViewTextBoxCell
Last updated
Was this helpful?
Wisej.Web.DataGridViewTextBoxCell
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Displays an editable control in a cell when in edit mode.
Initializes a new instance of .
: Returns or sets whether pressing ENTER in a creates a new line of text or terminates edit mode. (Default: False
)
Throws:
Throws:
Initializes the control used to edit the cell.
editor
style
Throws:
Indicates whether the cell data should be updated on the client even if the user didn't change the value when editing.
: Returns or sets whether pressing the TAB key in a multiline text box control types a TAB character in the control instead of moving the focus to the next control in the tab order. (Default: False
)
The property must be true to get a TAB character in the control. If the property is set to true, the user can press SHIFT+TAB to move the focus to the next control in the tab order.
: Returns or sets whether the browser can auto complete the field with values previously entered by the user.
: Identifies a list of pre-defined options to suggest to the user.
: Returns or sets whether the cell editor modifies the case of characters as they are typed. (Default: Normal
)
: Defines the default text to display in a cell when the property is set to . Since 3.2.5
: Returns the type of the cell's editing control.
: Specifies the type, min, max and step properties to associate to the <input> element.
: Returns or sets the maximum number of characters that can be entered into the cell editor. (Default: 0
)
The value is less than 0.
: Returns or sets whether this is a multiline text box control. (Default: False
)
The property cannot be modified after the component has been created.
: Returns the instance of associated with this cell.
: Returns or sets the data type of the values in the cell.
: Returns or sets the text to show when the textbox is empty.
The that is used to edit the cell.
The that is in effect for the cell entering edit mode.
editor is null.
Resets the property.
Returns: .
Defines an object that can invoke a .