InsertSettings Class [PHP]
Summary
Properties | Description | |
CancelButtonText | Get or set the text of cancel button | |
CancelButtonToolTip | Get or set the tooltip of cancel button | |
ColumnNumber | Get or set the column number in insert form. | |
ConfirmButtonText | Get or set the text of confirm button | |
ConfirmButtonToolTip | Get or set the tooltip of confirm button | |
HeaderCaption | Get or set header of insert form. | |
InputFocus | Get or set the behavior of grid when it is inside inserting mode. | |
Mode | Get or set which mode of insert form to render. | |
Template | Set the object of GridTemplate's implementation class. |
Properties Detail
CancelButtonTextTop
string CancelButtonText
Get or set the text of cancel button
Supported from version: 1.0.0.0
CancelButtonToolTipTop
string CancelButtonToolTip
Get or set the tooltip of cancel button
Supported from version: 1.0.0.0
ColumnNumberTop
int ColumnNumber
Get or set the column number in insert form.
Supported from version: 1.0.0.0
ConfirmButtonTextTop
string ConfirmButtonText
Get or set the text of confirm button
Supported from version: 1.0.0.0
ConfirmButtonToolTipTop
string ConfirmButtonToolTip
Get or set the tooltip of confirm button
Supported from version: 1.0.0.0
InputFocusTop
string InputFocus
Get or set the behavior of grid when it is inside inserting mode.
Default value : "None"
Allowed values :
- "HideGrid" : The grid is hidden when user perform inserting
- "BlurGrid" : The grid is blurred when user perform inserting
Supported from version: 3.5.0.0
ModeTop
string Mode
Get or set which mode of insert form to render. The mode is whether default "Form" or custom "Template"
Default value : "Form"
Allowed values :
- "Form" : Use built-in form
- "Template" : Use custom form template
Supported from version: 1.0.0.0
TemplateTop
GridTemplate Template
Set the object of GridTemplate's implementation class.
Supported from version: 1.0.0.0