<kendo:menu-openOnClick>

Specifies that the root sub menus will be opened on item click.

Example

<kendo:menu>
    <kendo:menu-openOnClick></kendo:menu-openOnClick>
</kendo:menu>

Configuration Attributes

rootMenuItems boolean

Specifies that the root menus will be opened only on item click.

Example

<kendo:menu-openOnClick rootMenuItems="rootMenuItems">
</kendo:menu-openOnClick>

Specifies that the sub menus will be opened only on item click.

Example

<kendo:menu-openOnClick subMenuItems="subMenuItems">
</kendo:menu-openOnClick>
In this article
Not finding the help you need?