Version

GetChildData Method

Gets the child data for the specified path. Used when remoteLoadOnDemand is true. (Example: If the treegrid has column ID set as primary key(and its type is integer) then if path is 1/10 - then it founds record with pk value 1 from root layout - takes its children and finds amongst them record with primary key value 10 - returns its children)
Syntax
'Declaration
 
Public Function GetChildData( _
   ByVal queryable As System.Linq.IQueryable, _
   ByVal path As System.String, _
   Optional ByVal dataLevel As System.Integer _
) As System.Linq.IQueryable
public System.Linq.IQueryable GetChildData( 
   System.Linq.IQueryable queryable,
   System.string path,
   System.int dataLevel
)

Parameters

queryable
The queryable.
path
The path.
dataLevel
The data level.
Requirements

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

See Also

View on GitHub