We
use the Kendo Grid Column Menu but would like the “Columns” submenu to
not disappear when the mouse leaves the submenu. So we want the submenu
to be “sticky.”
Is there a way to do that? Also, what event triggers the submenu to
disappears and where is it done? Please see image below.
2 Answers, 1 is accepted
0
Dimiter Madjarov
Telerik team
answered on 12 Feb 2013, 04:24 PM
Hi Scott,
Each of the column menus in the Grid is actually a Kendo Menu. To achieve this behavior you could set to true the openOnClick and closeOnClick options on each of them using the setOptions method.