WebGridCustomEditor Properties
Name | Description Gets the name of the custom editor. The name must be unique through all collection regardless of whether it is installed custom editors or designer-persisted. ValueType string Default Value - |
Index | Description Returns the position of the custom editor in the CustomEditors collection. ValueType integer Default Value - |
ControlType | Description Gets the type of the custom editor. A Server Control or DHTML Client Control. ValueType string Default Value "ServerControl" |
Persistence | Description Specifies how this custom editor should be persisted. Valid values are GridLevel and DesignerLevel. When GridLevel (default) is specified, the custom editor will be saved to the grid's instance and therefore will be applicable by that grid only and can't be seen in other grids. When DesignerLevel is specified, the custom editor definition will not be saved in the current webpage. Instead, it will be saved as a separate WCE file in a special CustomEditor folder. DesignerLevel's custom editors can be highly reusable and is visible throughout the entire project as well as in different projects. ValueType string Default Value "GridLevel" |
JavascriptFiles | Description Gets the names of the JavaScript files required by this control. It is defined as the following, for instance: 'Object_Core.js, Object_UI.js'. ValueType string Default Value - |
JavascriptEncoded | Description Specifies whether the javascript files for this control is encoded. ValueType boolean Default Value false |
ScriptFolder | Description Specifies the folder containing the scripts that should be accessible through IIS. ValueType string Default Value - |
Behavior | Description Returns the behavior object of the custom editor. ValueType object (WebGridCustomEditorBehavior) Default Value - |
ServerControlFullName | Description Gets the Server Control's full name. This will return a value if the ControlType is set to ServerControl. ValueType string Default Value - |