RadControls for Silverlight

Provides an object for loading, paging, filtering, sorting and editing entities coming from a WCF Data Service.

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

Syntax

C#
public class RadDataServiceDataSource : Control, 
	ISupportInitialize
Visual Basic
Public Class RadDataServiceDataSource _
	Inherits Control _
	Implements ISupportInitialize

Remarks

Use this component to simplify the interaction between the user interface and data from a DataServiceContext. After specifying a DataServiceContext and QueryName, the RadDataServiceDataSource can load data and expose it through the DataView properties. This component also provides codeless integration with other data controls like RadGridView, RadDataPager and RadDataFilter.

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          Telerik.Windows.Controls..::..RadDataServiceDataSource

See Also