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

112
Views
Kendo dropdown enable multiple selection

I want to select multiple values from the dropdown. Currently, I am using KendoDropdown.

My code looks like below, This is Html code:

<div class="col-sm-6">
      <label class="col-sm-4 control-label">Shared With:</label>
      <input id="dropdownCName" style="width:40%" data-placeholder="Name">
 </div>

And This is Javascript code:

$("#dropdownCName").kendoDropDownList({
            dataTextField: "Name",
            dataValueField: "ID",
            dataSource: {
                transport: {
                    read: {
                        url: "<%=ConfigurationManager.AppSettings["abc"]%>getuserpother/?customer_id=<%= com.VirtuosoITech.ComplianceManagement.Portal.Common.AuthenticationHelper.CustomerID %>",
                    }
                }
            }
        });

And here is the browser snapshot:- Snapshot

Is there any attribute for kendo to be placed inside the code or any way to do that?

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!