ASP.NET MVC Controls
LazyLoadFunction Property

Gets or sets a client function that loads child nodes on demand.
Syntax
'Declaration
 
<JsonConverterAttribute(ConverterType=C1.JsonNet.Converters.FunctionConverter, ConverterParameters=)>
Public Property LazyLoadFunction As String
[JsonConverter(ConverterType=C1.JsonNet.Converters.FunctionConverter, ConverterParameters=)]
public string LazyLoadFunction {get; set;}
Remarks
It takes two parameters: the node being and a callback to be invoked when the data becomes available. The callback function tells the TreeView that the node loading process has been completed. It should always be called, even if there are errors when loading the data.
Requirements

Target Platforms: 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

Reference

TreeView Class
TreeView Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback