WebGridCustomEditorBehavior Properties
BaseEditorType | Description Gets the base editor type of the custom editor. Most of scenarios will use Textbox as the base editor control, such as NumericUpDown or Calculator. In this case many of the base editing functionality is automatically handled by internal custom editor API. For more advanced scenarios, we can "draw" our own base editor type by setting this property to Custom. In that case we would need to completely implement the GetBaseEditorElement interface and handle the base editor creation manually. ValueType string Default Value "TextBox" |
HasDropdownButton | Description Gets the value that indicates whether the custom editor has dropdown behavior. ValueType boolean Default Value false |
DropdownButtonWidth | Description Gets the width of the dropdown button, if any. ValueType integer Default Value 16 |
DropdownButtonImageFile | Description Gets the name of the dropdown button's image file. ValueType string Default Value - |
DropdownButtonType | Description Gets the dropdown button type. ValueType string Default Value "Image" |
Tag | Description Gets additional information about the custom editor. ValueType string Default Value - |