Intersoft WebGrid Documentation
EditType Enumeration
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace : EditType Enumeration






Value representing edit type of the WebGridColumn in the WebGrid control.

Syntax

Visual Basic (Declaration) 
Public Enum EditType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As EditType
C# 
public enum EditType : System.Enum 
Delphi 
public enum EditType = class(System.Enum)
JScript 
public enum EditType extends System.Enum
Managed Extensions for C++ 
__value public enum EditType : public System.Enum 
C++/CLI 
public enum class EditType : public System.Enum 

Members

MemberDescription
CalendarComboWebGridColumn can be edited in CalendarCombo style.
CalendarDropdownWebGridColumn can be edited in CalendarDropdown style.
CheckboxWebGridColumn can be edited in Checkbox style.
CustomWebGridColumn can be edited in customized style.
DropdownListWebGridColumn can be edited in DropdownList style.
MultilineTextboxWebGridColumn can be edited in MultilineTextBox style.
NoEdit 
ResizableTextboxWebGridColumn can be edited in Resizable TextBox style.
TextBoxWebGridColumn can be edited in TextBox style.
WebComboNETWebGridColumn can be edited using WebComboNET.

Remarks

One of the edit types, WebCombo.NET, provides many advanced functionalities over the standard DropdownList such as load on demand pick list, multiple columns, richer presentation and much more. The integration of the WebCombo component as EditType in the WebGrid results in a much sophisticated, smooth user experience in which large data such as Products, are no longer dumped out initially on page load. Using the same OnTheFly Postback architecture, WebCombo.NET works perfectly when loading data on demand while WebGrid itself is in Edit mode.

New in WebGrid.NET 5.0 Enterprise, WebGrid introduces a new edit type, a resizable text box edit control. The resizable text box makes it easy and convenience for users while editing cell containing larger amount of text. This new feature brings a new editing experience, which is the ability to perform data editing directly inside the Grid.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebGrid.EditType

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

©2012 Intersoft Solutions Corp. All Rights Reserved.