Atozed Forums

Full Version: PopUp Menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, 

it's possible to have a popup menu showing options from attached component for example tiwjqdbgrid? 

Otherwise Is there anyway to do that via Javascript? 

thank you!
There is no such built-in feature in IWjQGrids ... it is possible to add something using JavaScript but it's not the simplest task...

For instance, have a look at this nice article: https://www.sitepoint.com/building-custo...avascript/

There are some good questions there as well, more specifically "Do you really need a custom context menu?" (mostly because users expect the browser context menu to work in a certain way)
Is it possible to open a PopUpMenu from a Button? or a ImageClick? Not necessary a mouse right click (context menu)
Hi Alex,

currently not without resorting to 3rd party controls. It is not difficult to put something together that would create a dropdown menu. I'll see if I can create something like that