Questions tagged [kendo-multiselect]

A multiselect component of Kendo UI framework.

Multiselect is a Kendo UI () component.


References

Related tags

180 questions
3
votes
1 answer

Kendo Multiselect value setting Bug

I having this weird problem with kendo multiselect.
var list=[{label:'tag1', value:'1'}, …
Ruchan
  • 3,124
  • 7
  • 36
  • 72
2
votes
0 answers

Restrict kendo-angular-multiselect to 2 values and add tile button as “5 more” using typescript

I am trying to restrict kendo multi-select to two values and display a tile button as "5 more" if there are further values. Below is my code:
tracer
  • 422
  • 2
  • 7
  • 15
2
votes
2 answers

"Select all" in Kendo MultiSelect (MVC)

I have a Kendo Grid with some custom editors, one is a multiselect. I have a cshtml file for the editor that looks like so: @model IEnumerable @(Html.Kendo().MultiSelectFor(m => m) .AutoClose(false) …
2
votes
1 answer

Kendo Multiselect value replace comma with comma + space

I'm using a kendo Multiselect. The value returned by default is a comma delimited value of the selected values. I would like to display this in a more readable format with a space between the commas. My…
Mych
  • 2,527
  • 4
  • 36
  • 65
2
votes
1 answer

Kendo multiselect scrollbar click triggers drop down

Is there a way to prevent the multiselect control from expanding to reveal items if the scrollbar is clicked within the selected items area? There is an example of the "issue" here, at least I would hope that this isn't desirable functionality. I…
Sandman
  • 2,247
  • 1
  • 13
  • 26
2
votes
1 answer

Kendo multiselect filtering after setting value

I have a fairly complicated situation, in which I have a kendo grid that has some details for each record. Inside those details, there is a kendo multiselect that offers server side filtering capabilities. I want to be able to "edit" the details of…
2
votes
1 answer

How to update/refresh kendo multiselect template?

i have a kendo multiselect which is using a tagTemplate so that when you select options it displays x of y selected. My problem is, when an item is added to the datasource i need to update parameter y but i don't know how to refresh the template.…
philr
  • 1,860
  • 1
  • 21
  • 31
2
votes
2 answers

Is there a way to limit number of selected items that are displayed on a Kendo UI multiselect?

I have a Kendo UI multiselect that loads approximately 70 options. The requirement is to pre-select all the available options. All this is working from programming perspective. But from the GUI perspective, when all the options are pre-selected, the…
2
votes
1 answer
2
votes
0 answers

How to rebind values to Kendo Multiselect With Checkbox in Asp.Net MVC using javascript

How to rebind the selected values to kendo multiselect dropdownlist with checkbox on page load and get those selected values when posting back to server using jquery. Scenarios : 1. First time - load all data to multiselectbox dropdownlist. second…
user2571791
2
votes
3 answers

Destroying multiselect widget

I wanted to destroy and recreate multiselect widget from Telerik's Kendo UI. Normally it is easy thing which I done much times before, but never with multiselect. The problem I am facing now is that way which should work (atleast I think it should)…
Ademar
  • 1,418
  • 1
  • 17
  • 27
2
votes
1 answer

Kendo Multiselect not sending data to controller

I'm working in ASP.NET MVC, and I'm trying to make a page for creating and editing a certain view model, ProjectVM. The piece that I'm having trouble with is using a Kendo Multiselect to populate a List in ProjectVM. The list is of another model…
hallordylo
  • 53
  • 2
  • 9
2
votes
1 answer

Kendo UI - MultiSelect replace dynamically created dataSource from external file

How can I replace the Kendo UI MultiSelect dataSource values from external .js file... PS: Actual values are coming from index.html file like below: index.html