Questions tagged [kendo-multiselect]

A multiselect component of Kendo UI framework.

Multiselect is a Kendo UI () component.


References

Related tags

180 questions
1
vote
0 answers

Kendo MVVM Grid, filtering multicheckbox

I'm trying to do something similar to this: https://demos.telerik.com/kendo-ui/grid/filter-multi-checkboxes I'm using something like this with kendo MVVM:
1
vote
1 answer

Kendo UI: How to get the text input from the Multiselect

I'm trying to use Kendo UI MultiSelect to select some stuff from an API. The API won't return all items because they are too much. It will only return those that contains the searchTerm. I'm trying to figure out how to send the input text in a Kendo…
empz
  • 11,509
  • 16
  • 65
  • 106
1
vote
0 answers

kendo grid 'Property' is not defined

Sorry for my English. I've got "SCRIPT5009: 'Authors' is not defined" when I tried to add a new row to the grid. I tried to set a default value for property from my ViewBag but it doesn't work. May be someone already faced this error. Will be glad…
1
vote
0 answers

Kendo mvc grid with multiselect column SCRIPT5007: Unable to get property 'set' of undefined or null reference

At first I want to apologize for my bad english. And so, I have two models with relationship "Many to Many", Books, Authors, and their context Library. All source files included correctly, have no idea why my code doesn't work. My problem was…
1
vote
0 answers

Setting default select value for kendo multiselect if dataSource has only one item

I have a Kendo multiselect with a dataBound event, that evaluates the number of items in DataSource. If the value is 1 I want it to set that item to selected. I managed to do this for combobox but with multiselect it doesn't recognize the select…
Andrei
  • 11
  • 2
1
vote
1 answer

Kendo multi select pass current typing text as a parameter

$("#claim").kendoMultiSelect({ dataTextField: "Text", dataValueField: "Code", autoBind: false, minlength: 5, deselect: onDeselect, select: onSelect, //dataSource: listdata, dataSource:…
chamara
  • 12,649
  • 32
  • 134
  • 210
1
vote
2 answers

Disable Kendo mvc Multiselect

I have a kendo multiselect on a page and I want to disable it based on a certain criteria. Is it posible to do that ? If not, could you please tell me a workaround for it ? Thank you
Sebastian
  • 617
  • 2
  • 10
  • 30
1
vote
2 answers

Hide headerTemplate of kendoMultiSelect

I have to use a kendo-multi-select control with check boxes in the UI, for that I have used template binding like the following: $("#kMultiSelect").kendoMultiSelect({ animation: false, autoClose: false, itemTemplate: "
sujith karivelil
  • 28,671
  • 6
  • 55
  • 88
1
vote
1 answer

Kendo Multiselect Data Read Without Caching

@(Html.Kendo().MultiSelect() .Name(Html.Name(ReflectionExtensions.GetName((IAddressViewModel x) => x.SuburbId)).ToString()) .DataTextField("DisplayName") .DataValueField("Id") .Placeholder("Select…
tint
  • 33
  • 5
1
vote
1 answer

kendo ASP.NET MVC specific multiselect in Gantt Edit

I am a new user of kendo and I have a problem with a gantt! I have a page with a Gantt kendo. For each activity I have a button edit. When my popup edit is open I have lot of fields and a multiselect. This multiselect should be specific for each…
Marine
  • 11
  • 1
1
vote
2 answers

Kendo UI Multiselect prematurely closing in IE (dojo example)

I have a Kendo UI MultiSelect within a fixed height container (think modal pop-up). The MultiSelect has autoClose set to false. As the user selects multiple items (and the origin input field grows) the MultiSelect list seems to randomly…
user6479749
1
vote
0 answers

How to customize kendo multi select dropdown group header

I'm trying to customize my kendo multiselect control's group header. I have checked the documentation below, https://demos.telerik.com/kendo-ui/multiselect/grouping no matter how I change the groupTemplat, the group always display in top right.…
Allen4Tech
  • 2,094
  • 3
  • 26
  • 66
1
vote
1 answer

deselect event not working kendo multi-select with AngularJS?

I am trying to implement deselect event Kendo multi-select component. This is HTML

{{vm.filterGroup.groupName}}