---
title: Usage
position: 2
seo_title: Guidelines for Using the MultiSelectTree Component
seo_description: Get the knack of the Telerik and Kendo UI MultiSelectTree and
  learn how to use and implement the component by following the instructions and
  recommendations in the user guidelines created by our designers.
---
## Usage Guidelines

The Telerik and Kendo UI MultiSelectTree requires you to follow some basic principles when using the component.

### Number of Nodes

Using too many nodes in the MultiSelectTree component can overwhelm users and make the selection process difficult. It can lead to a cluttered interface, making it hard for users to navigate and find the desired options.

<DosDonts>
<Do description="Use a well-organized tree hierarchy with logical grouping and limited number of nodes.">![A Telerik and Kendo UI MultiSelectTree component with a well-organized tree hierarchy](images/components-multiselecttree-usage-number-of-nodes-do.png "A representation of a Telerik and Kendo UI MultiSelectTree component with a well-organized tree hierarchy")</Do>
<Dont description="Avoid using too many nodes, as it can confuse users and make the selection process cumbersome.">![A Telerik and Kendo UI MultiSelectTree component with too many nodes](images/components-multiselecttree-usage-number-of-nodes-dont.png "A representation of a Telerik and Kendo UI MultiSelectTree component with too many nodes")</Dont>
</DosDonts>


### Item Content

Consider the width of the MultiSelectTree and keep the names of its nodes short and compact so that they fit within the component. Long item names that get truncated are hard to perceive and must be avoided.

<DosDonts>
<Do description="Keep the description of the MultiSelectTree nodes as short as possible to improve readability.">![A Telerik and Kendo UI MultiSelectTree component nodes with concise descriptions](images/components-multiselecttree-usage-options-with-compact-names-do.png "A representation of a Telerik and Kendo UI MultiSelectTree component nodes with concise descriptions that improve readability")</Do>
<Dont description="Avoid using lengthy nodes descriptions because the text can get truncated and users will find it difficult to read.">![A Telerik and Kendo UI MultiSelectTree component with too long node descriptions](images/components-multiselecttree-usage-options-with-compact-names-dont.png "Avoid using too long node descriptions in the Telerik and Kendo UI MultiSelectTree component.")</Dont>
</DosDonts>


### Label

The label of the MultiSelectTree provides a clear and concise description of its purpose, making it easier for users to interact with the interface and understand it. Always display a label unless the MultiSelectTree is next to another component which already has a label. The label of the MultiSelectTree can be set as part of the Telerik and Kendo UI Form component.

<DosDonts>
<Do description="Use clear and concise labels that accurately describe the purpose and function of the MultiSelectTree.">![A Telerik and Kendo UI MultiSelectTree component with a label](images/components-multiselecttree-usage-label-do.png "Use concise labels for the Telerik and Kendo UI MultiSelectTree.")</Do>
<Dont description="Avoid using the MultiSelectTree without a label as this compromises the intuitiveness of the component, leading to confusion and frustration.">![A Telerik and Kendo UI MultiSelectTree component missing a label](images/components-multiselecttree-usage-label-dont.png "Avoid using the Telerik and Kendo UI MultiSelectTree component without a label.")</Dont>
</DosDonts>