javascript - Programmingly to open Kendo Context Menu -


hye..

im using kendo ui. how open context menu programmingly?

example

<a href="#" onclick="opencontextmenu">menu</a> <script> function opencontextmenu() { //how call open context menu? $("#contextmenu").data("kendocontextmenu")???   } </script> 

alternative way using kendopopup http://jsfiddle.net/bundyo/3xnze/

but tried not use kendopopup bcoz kendo has released contextmenu

use open function open kendo ui context menu. http://docs.telerik.com/kendo-ui/api/javascript/ui/contextmenu#methods-open

see dojo example made.


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -