RadControls for Silverlight

RadGridView is the ultimate data grid control with outstanding performance and remarkable flexibility. The component enables you to create fully customizable and highly interactive interfaces for displaying and shaping of large data.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.1050

Syntax

C#
public class RadGridView : GridViewDataControl, 
	IThemable
Visual Basic
Public Class RadGridView _
	Inherits GridViewDataControl _
	Implements IThemable

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          Telerik.Windows.Controls..::..DataControl
            Telerik.Windows.Controls.GridView..::..BaseItemsControl
              Telerik.Windows.Controls.GridView..::..GridViewDataControl
                Telerik.Windows.Controls..::..RadGridView

See Also