Click or drag to resize
GridClientDeleteColumn Class
A special type of GridButtonColumn, including a delete buttons in each row. It provides the functionality of erasing records client-side, without making a round trip to the server.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsGridColumn
    Kettic.AspNet.ControlsGridButtonColumn
      Kettic.AspNet.ControlsGridClientDeleteColumn

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class GridClientDeleteColumn : GridButtonColumn

The GridClientDeleteColumn type exposes the following members.

Constructors
  NameDescription
Public methodGridClientDeleteColumn
Top
Methods
Properties
  NameDescription
Public propertyImageUrl
Gets or sets a value indicating the URL for the image that will be used in a Image button. ButtonType should be set to ImageButton.
(Overrides GridButtonColumnImageUrl.)
Top
See Also