kendo-list-box

Property

Description

required

Example

dropSource




maxSelectedItems

Indicates the maximum number of elements that can be transferred.


"maxSelectedItems": 8

template

If the displayed values within the list are to be edited, e.g. in terms of design, you can work with a template here. You can find more information about the templates here.



height

Indicates the heights of the two lists.

images/s/ti67az/8401/0f22f74a0c673511e48ab1bc7ae6af4388aa8dbf/_/images/icons/emoticons/check.svg

"height": "200px"

labelTextLeft

The text that is above the left text box.


"labelTextLeft":"vaiable"

lableTextRight

The text that is above the right text box.


"lableTextRight":"choosed"

dataSourceURL

Here you can specify the URL from which data is to be pulled.


"dataSourceUrl": "ResourcePlanningLookup/GetObergruppen"

dataTextField

The text to be shown in the list.

images/s/ti67az/8401/0f22f74a0c673511e48ab1bc7ae6af4388aa8dbf/_/images/icons/emoticons/check.svg

"dataTextField": "Name"

dataValueField

The value that is read from or written to the entity (reference to the model).

images/s/ti67az/8401/0f22f74a0c673511e48ab1bc7ae6af4388aa8dbf/_/images/icons/emoticons/check.svg

"dataValueField": "Value"