This question is locked. New answers and comments are not allowed.
Hello!
I am needing to open a telerik mvc window from a telerik mvc menu. What's the best way to accomplish this? I am assuming you would just reference a javascript function to open the window. I can do that part, but need to know what to put in the item.Add() of the radmenu.
I want to do something like:
item.Add().Text("PopUpWindow").WHATDOIPUTWHERE();
I am needing to open a telerik mvc window from a telerik mvc menu. What's the best way to accomplish this? I am assuming you would just reference a javascript function to open the window. I can do that part, but need to know what to put in the item.Add() of the radmenu.
I want to do something like:
item.Add().Text("PopUpWindow").WHATDOIPUTWHERE();