\Kendo\UI\DropDownTreeLoadOnDemand

A PHP class representing the loadOnDemand setting of DropDownTree.

Methods

valueMapper

The component calls the valueMapper function when the component receives a value, that is not fetched from the remote server yet. The component will pass the selected value(s) in the valueMapper function. In turn, the valueMapper implementation should return the respective data item(s) ids.

Returns

\Kendo\UI\DropDownTreeLoadOnDemand

Parameters

$value \Kendo\JavaScriptFunction

Example

<?php
$loadOnDemand = new \Kendo\UI\DropDownTreeLoadOnDemand();
$loadOnDemand->valueMapper(new \Kendo\JavaScriptFunction('function() { }'));
?>
In this article
Not finding the help you need?