Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

296
Views
Kendo UI multiselect text of selected values

i have a problem. Right now I have a normal Kendo-Ui Multiselect which doesn´t work.

You can choose those values: 1

The problem is the following. When you select one or more values, the name of the selected values wouldn´t shown in the input field. There is only an empty box. 2

Here is one part of my code:

<div class="col-md-3">
<fieldset>
        <div class="form-group">
            <label class="control-label">Assigned Attributes</label>
            <div class="demo-section k-content">
                <select id="dropdownAttributes"></select>
            </div>
        </div>
    </fieldset>
</div>

And the other one:

var days = [
    { text: "First", value: "1" },
    { text: "Second", value: "2" },
    { text: "Third", value: "3" },
    { text: "Fourth", value: "4" },
    { text: "Fifth", value: "5" }
];

$("#dropdownAttributes").kendoMultiSelect({
    dataTextField: "text",
    dataValueField: "value",
    dataSource: days,                  
    height: 200,
    filter: "contains"
});

Can somebody help me with this problem?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!