RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridEditCommandColumn Class
See Also  Members  
Telerik.WebControls Namespace : GridEditCommandColumn Class


Initially only the [Edit] button is shown. When it is pressed, the [Update] and [Cancel] appear at its place and the cells on this row become editable.

Object Model


 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Class GridEditCommandColumn 
   Inherits GridColumn
Visual Basic (Usage)Copy Code
Dim instance As GridEditCommandColumn
C# 
public class GridEditCommandColumn : GridColumn 

Example

            <rad:GridEditCommandColumn ButtonType="ImageButton" UpdateImageUrl="..\Img\Update.gif"
EditImageUrl="..\Img\Edit.gif" InsertImageUrl="..\Img\Insert.gif"
CancelImageUrl="..\Img\Cancel.gif" UniqueName="EditCommandColumn">
</rad:GridEditCommandColumn>

Inheritance Hierarchy

System.Object
   Telerik.WebControls.GridColumn
      Telerik.WebControls.GridEditCommandColumn

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

Assembly: RadGrid (in RadGrid.dll)

See Also