Unable to find kendo-multiselecttree

1 Answer 68 Views
DropDownTree
Joe
Top achievements
Rank 1
Iron
Iron
Joe asked on 24 May 2022, 02:11 PM

I am already using other Kendo components in my application currently. I can access the normal dropdown controls (autocomplete, multi-select, etc). When trying to use either the MultiSelectTree or the DropDownTree I get a build error saying that it is not a known element. 

I have double checked the imports and installed modules. I even ran grep against the @progress folder in node_modules. It returns 0 results when searching for selector:"kendo-dropdowntree".

Any help in figuring what's going on would be greatly appreciated.

1 Answer, 1 is accepted

Sort by
0
Accepted
Yanmario
Telerik team
answered on 27 May 2022, 07:42 AM

Hi Joe,

The most likely reason for the error is using an older version of the Dropdowns package as the DropDownTree was introduced in v5.1.0 and the MultiSelectTree is available in 5.3.0. Any version below that will throw an error that the element is not known. Please update the Dropdowns package to the minimum version of 5.3.0 or latest:

https://www.telerik.com/kendo-angular-ui/components/installation/up-to-date/

Example with v5.3.0 rendering both components:

https://stackblitz.com/edit/angular-dddkpj-r8dtx5?file=app%2Fapp.component.ts,index.html,package.json

I hope this helps.

Regards,
Yanmario
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
DropDownTree
Asked by
Joe
Top achievements
Rank 1
Iron
Iron
Answers by
Yanmario
Telerik team
Share this question
or