Represents a column in a Grid control that contains Edit, Update and Cancel command buttons for editing data in each row.
For a list of all members of this type, see EditCommandColumn Members.
System.Object
EO.Web.GridColumn
EO.Web.EditCommandColumn
[Visual Basic]
Public Class EditCommandColumn
Thread Safety
Public static (Shared in Visual Basic) members of this type are
safe for multithreaded operations. Instance members are not guaranteed to be
thread-safe.
Remarks
EditCommandColumn is similar to the standard ASP.NET EditCommandColumn. It displays an "Edit" link button when the row is not in edit mode, and displays an "Update" and "Cancel" link button when the row is in edit mode. However, unlike the standard ASP.NET EditCommandColumn that triggers server side event, all actions for EditCommandColumn are automatically handled by the Grid on the client side.
All changes are logged and then posted back to the server side when the page posts back, at which point you can either handle ItemChanged event or use ChangedItems property to get a list of all changed items in order to save the changes back into your data source.
Requirements
Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
EditCommandColumn Members | EO.Web Namespace