RadGrid for ASP.NET

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


Item that is displayed on top or at the bottom of the each GridTableView base on the settings of GridTableView.CommandItemDisplay property. Generally this item displays by default "Add new record" and "Refresh" button, but it can be customized using the GridTableView.CommandItemTemplate. The commands bubbled through this item will be fired by RadGrid.ItemCommand event.

Object Model


 

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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.TableRow
            Telerik.WebControls.GridTableRow
               Telerik.WebControls.GridItem
                  Telerik.WebControls.GridCommandItem

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also