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

DropDownTreeLoadOnDemandSettingsBuilder

Methods

ValueMapper(System.String)

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.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

ValueMapper(System.Func)

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.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

In this article
Not finding the help you need?