Intersoft WebGrid Documentation
CustomEditorName Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumn Class : CustomEditorName Property






Gets the type of custom editor name for Grid's column.

Syntax

Visual Basic (Declaration) 
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebGrid.CustomEditorNameEditor, ISNet.WebUI.WebGrid, Version=8.0.7200.100, Culture=neutral, PublicKeyToken=3e60b85fb8502d5e")>
<ISNet.Serialization.XmlSerializableAttribute()>
<DescriptionAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property CustomEditorName As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As String
 
instance.CustomEditorName = value
 
value = instance.CustomEditorName
C# 
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebGrid.CustomEditorNameEditor, ISNet.WebUI.WebGrid, Version=8.0.7200.100, Culture=neutral, PublicKeyToken=3e60b85fb8502d5e")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public string CustomEditorName {get; set;}
Delphi 
public read-write property CustomEditorName: String; 
JScript 
EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebGrid.CustomEditorNameEditor, ISNet.WebUI.WebGrid, Version=8.0.7200.100, Culture=neutral, PublicKeyToken=3e60b85fb8502d5e")
ISNet.Serialization.XmlSerializableAttribute()
DescriptionAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set CustomEditorName : String
Managed Extensions for C++ 
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebGrid.CustomEditorNameEditor, ISNet.WebUI.WebGrid, Version=8.0.7200.100, Culture=neutral, PublicKeyToken=3e60b85fb8502d5e")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property string* get_CustomEditorName();
public: __property void set_CustomEditorName( 
   string* value
);
C++/CLI 
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebGrid.CustomEditorNameEditor, ISNet.WebUI.WebGrid, Version=8.0.7200.100, Culture=neutral, PublicKeyToken=3e60b85fb8502d5e")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property String^ CustomEditorName {
   String^ get();
   void set (    String^ value);
}

Remarks

Using this property you can determine several the custom editor name, such as Calculator, NumericUpDown, WebInput.NET, SlideBar, and HtmlEditor.

In WebGrid.NET 5.0 Enterprise, some enhancements have been done in Editing event:

  • HtmlEditor Editing Control now supports SmartWebResources. This allows you to use HtmlEditor without has to worry about client images, scripts and the popups required by the editing control.
  • HtmlEditor Editing Control now supports Mozilla-based browsers. [Shifted to Beta2]
  • Calculator Editing Control now supports Mozilla-based browsers.

To learn more you can read Custom Editor Open Architecture.

WebGrid.NET and WebInput.NET can be integrated. This integration can be be specified using WebGrid.NET Designer or programmatically in runtime. To learn more and give you better illustration please read Intersoft WebInput.NET Integration and Walkthrough: Integrating WebInput in WebGrid.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

WebGridColumn Class
WebGridColumn Members

Tasks

Walkthrough: Using HTMLEditor Custom Editor in WebGrid
Walkthrough: Using Calculator Custom Editor in WebGrid
Walkthrough: Using NumericUpDown Custom Editor in WebGrid
Walkthrough: Integrating WebInput in WebGrid

Concepts

Custom Editor Open Architecture
Using HTMLEditor CustomEditor
Using Calculator CustomEditor
Using NumericUpDown CustomEditor

Other Resources

Intersoft WebInput.NET Integration

©2012 Intersoft Solutions Corp. All Rights Reserved.