New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.GridClientDataService

Class holding settings for setuping the Telerik.Web.UI.RadGrid control binding to a data service.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.ObjectWithState
  • Telerik.Web.UI.GridClientDataService

Properties

FilterQueryOption String

Gets or set a filter string for the specified ADO.NET DataService. Default is empty string!

SortQueryOption String

Gets or set a filter string for the specified ADO.NET DataService. Default is empty string!

TableName String

Gets or set table name for the specified ADO.NET DataService. Default is empty string!

Type GridClientDataServiceType

Gets or sets the client data service type RadGrid binds to. Default is GridClientDataServiceType.ADONet.

In this article