
Right-clicking a spreadsheet column, it is possible to Hide the column.
However, how can the column be unhidden?
I am trying to add a dropdown to a popup window title bar. I modified the basic usage demo to do this and here is a dojo. When you click the button to open the window, a dropdown is added to the title bar. However, the dropdown is unresponsive -- when I click on it, the dropdown list does not appear and I cannot change the selection either by mouse or keyboard.
How do I make the dropdown responsive to clicks or the keyboard, like one would expect a dropdown to respond?

Hello,
I'm looking into making a kendoTooltip object keyboard accessible in Kendo for Angular:
I see in the documentation for jQuery here that the tooltip has a showOn property which can take values of type "mouseenter", "click", or "focus". I'd like to have the equivalent of "mouseenter focus" as the value. However, the supported values seem different in Angular: my options instead seem to be "click", "hover", or "none". Is there a way to give this object a 'focus'-type value in Angular?
