RadGrid for ASP.NET

RadGrid Send comments on this topic.
CommandItemTemplate Property
See Also 
Telerik.WebControls Namespace > GridTableView Class : CommandItemTemplate Property


Gets or sets the template that will be instantiated in the CommandItem. If this template is set, RadGrid will not create the default CommandItem controls.

  

 

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

Syntax

Visual Basic (Declaration) 
Public Property CommandItemTemplate As ITemplate
Visual Basic (Usage)Copy Code
Dim instance As GridTableView
Dim value As ITemplate
 
instance.CommandItemTemplate = value
 
value = instance.CommandItemTemplate
C# 
public ITemplate CommandItemTemplate {get; set;}

Return Value

A System.Web.UI.ITemplate object that contains the custom content for the pager item. The default value is null, which indicates that this property is not set.

Requirements

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

See Also