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. |
|
"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. |
|
"dataTextField": "Name" |
|
dataValueField |
The value that is read from or written to the entity (reference to the model). |
|
"dataValueField": "Value" |