RadGrid for ASP.NET

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


Summary description for GridDropDownColumnEditor.

 

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

Syntax

Visual Basic (Declaration) 
Public Class GridDropDownListColumnEditor 
   Inherits GridDropDownColumnEditor
   Implements IGridColumnEditor 
Visual Basic (Usage)Copy Code
Dim instance As GridDropDownListColumnEditor
C# 
public class GridDropDownListColumnEditor : GridDropDownColumnEditor, IGridColumnEditor  

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      Telerik.WebControls.GridColumnEditorBase
         Telerik.WebControls.GridDropDownColumnEditor
            Telerik.WebControls.GridDropDownListColumnEditor

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also