RadGrid for ASP.NET

RadGrid Send comments on this topic.
CreateColumnEditor Event
See Also 
Telerik.WebControls Namespace > RadGrid Class : CreateColumnEditor Event


Fires when each editable column creates its column editor, prior to initializing its controls in the cells of the grid   

Event Data

The event handler receives an argument of type GridCreateColumnEditorEventArgs containing data related to this event. The following GridCreateColumnEditorEventArgs properties provide information specific to this event.

PropertyDescription
Column  
ColumnEditor  
 

 

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

Syntax

Visual Basic (Declaration) 
Public Event CreateColumnEditor() As GridCreateColumnEditorEventHandler
Visual Basic (Usage)Copy Code
Dim instance As RadGrid
Dim handler As GridCreateColumnEditorEventHandler
 
AddHandler instance.CreateColumnEditor, handler
C# 
public event GridCreateColumnEditorEventHandler CreateColumnEditor()
 

Event Data

The event handler receives an argument of type GridCreateColumnEditorEventArgs containing data related to this event. The following GridCreateColumnEditorEventArgs properties provide information specific to this event.

PropertyDescription
Column  
ColumnEditor  

Requirements

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

See Also