'Declaration Public Enum ClientDataSourceType Inherits System.Enum
public enum ClientDataSourceType : System.Enum
Member | Description |
---|---|
Array | data is coming from arrays |
Function | data comes from a function return value |
HtmlListDom | reference to the DOM element of the UL/OL |
HtmlTableDOM | reference to the DOM element of the TABLE |
HtmlTableId | data is coming from a table which is rendered on the page, and the ID is specified as an identifier of this table |
HtmlTableString | data is coming from a HTML table expsoed as a string |
JSON | data is in a JSON format |
NotSet | type is not set / unknown |
XML | data is in XML format |
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
View on GitHub