Hi,
I want to create context menus on client side dynamically, does telerik context menu support this?
As I know, we can use
to retrieve a context menu, this means we have to add a context menu at design time in html or create one at server side runtime, but how we can create a context menu in client side?
I need to create context menus on client side, how I can reach this?
Thanks.
I want to create context menus on client side dynamically, does telerik context menu support this?
As I know, we can use
var _menu = $find('<%=Menu.ClientID%>');I need to create context menus on client side, how I can reach this?
Thanks.