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:
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…
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…
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…
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…
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
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: "
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…
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…
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.…
I have a kendo multiselect with serverFiltering set to true.
$("#ddlAnalysisTeamMember").kendoMultiSelect(
{
autoBind: false,
minLength: 3,
//placeholder: 'User Name',
dataTextField: 'Text',
…
I am using Kendo multi-select to implement a tag based filter widget. I am using Angular as my framework.
I have stucked in adding onSelect and onDeSelect events to be triggered when the user select, deselect a tag. I could only found this example.…