Represents a column with a delete button in the Grid.
For a list of all members of this type, see DeleteCommandColumn Members.
System.Object
EO.Web.GridColumn
EO.Web.DeleteCommandColumn
[Visual Basic]
Public Class DeleteCommandColumn
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
DeleteCommandColumn displays a "Delete" link button. When clicked, EO.Web Grid deletes the current row without posting back to the server. All delete actions are logged on the client side. When the page posts back, ItemDeleted server side event is fired based on the logs so that your code can update the data source.
All deleted items can also be accessed through DeletedItems property.
Requirements
Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
DeleteCommandColumn Members | EO.Web Namespace