Questions tagged [kendo-multiselect]

A multiselect component of Kendo UI framework.

Multiselect is a Kendo UI () component.


References

Related tags

180 questions
0
votes
0 answers

Multiple KendoMultiSelect hangs page on initialization

I need to initialize multiple KendoMultiSelect in loop on my page (around 30 controls). but when it initializes, my page hangs until all controls finished their initialization. I tried with KendoComboBox and it worked smoothly. Please help me to…
0
votes
1 answer

Adjusting Kendo MuliSelect Tag Width to fill the enitre input

I have a Kendo MultiSelect with MaxSelectedItems set to 1, so user can select only one value. I'd like to make the tag to fill the input completely. Currently, it leaves some space after itself. I'm aware of TagMode, but what I'm looking for is…
Akbari
  • 2,369
  • 7
  • 45
  • 85
0
votes
1 answer

Click event fired before clicked on Firefox

I have a click event properly fired on IE and Chrome, but not on Firefox. My code: sender.bind("open", function () { var $openButton = sender.wrapper.find('.k-i-arrow-s'); $openButton.addClass('active'); …
DAG
  • 2,460
  • 5
  • 33
  • 61
0
votes
0 answers

JQuery mutiselect dropdown list not working

I’m using Eric hynds mutiselect dropdown list in my MVC5 application. Im using this JQuery plug in over select2 because it supports check boxes, and some other functionality that I need. My solution has refernces to the following javascrip & css…
LP13
  • 30,567
  • 53
  • 217
  • 400
0
votes
1 answer

kendo ui grid not loading multiselect column properly

I'm want a kendomultiselect in one of the columns in my Kendo UI grid.