This is a migrated thread and some comments may be shown as answers.

Remove kendo multiselect for kendo.all.min js file and create a custom kendo.multiselect.min.js

3 Answers 118 Views
MultiSelect
This is a migrated thread and some comments may be shown as answers.
Sameer
Top achievements
Rank 1
Sameer asked on 06 Sep 2019, 10:42 AM

Remove kendo multiselect for kendo.all.min js file and create a custom kendo.multiselect.min.js

 

In my project i am using v2017 of kendo.all.min.js. but in case of kendo multiselect with server filttering , i am facing a issues while a adding custom data into the  datasource. if  i change a the version 2015 the multiselect are working bu other things are not working. so i want to remove mutiselect from kendo.all.min.js (v2017) and create a separate kendo.multiselect.min.js file with v2015

3 Answers, 1 is accepted

Sort by
0
Petar
Telerik team
answered on 10 Sep 2019, 07:40 AM

Hi Sameer,

The described scenario of mixing Kendo UI versions and components from these versions is an approach we don't recommend to be implemented. No matter that mixed version components may look working properly we cannot guarantee that such mixture will work without issues.

The reason for the above is that the components in a given version are designed and tested to work together. As we are constantly improving our products, no matter the end-user sees similar functionality there are changes in the components' design. These changes may compromise the usage of components with different versions.

If you share more details about the server filtering issue with the MultiSelect, I can investigate the case and give feedback on it or propose a solution for fixing the issue. 

Regards,
Petar
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Sameer
Top achievements
Rank 1
answered on 10 Sep 2019, 08:42 AM

Hi Petar,

I am using v2017.2.621 in my project. I want following functionality to kendoMultiselect

http://dojo.telerik.com/OXIkUwus

1) First i filter value by texting 'cha',

2) add one custom dataitem in datasource.

3) again filter.

But in this problem is that when we adding custom data item and select the item, its not working for first time.i try again then its working.

 

    I search some fourm then i got solution is that, this functionality only work in 2015.3.1111 version.

but in my project i already using 2017.2.621 so what i have to do for this.

Thanks in advance.

Replay me ASAP.

Regards,
Sameer

0
Petar
Telerik team
answered on 10 Sep 2019, 03:14 PM

Hi Sameer,

If I am understanding the scenario from the provided Dojo correctly, you want to add a new item to the DataSource of the MultiSelect. If this is the case, please check this  Add new item demo from our demo site and follow the approach demonstrated there. 

If the above is not what you want to achieve, please describe the desired functionality.

Regards,
Petar
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
MultiSelect
Asked by
Sameer
Top achievements
Rank 1
Answers by
Petar
Telerik team
Sameer
Top achievements
Rank 1
Share this question
or