Hi mka,
If you assign the OnPosition event, you should set the position of popup by yourself, and only by javascript, in other words, you should use OnPosition.Script property.
To set the position, you can use the
Jquery UI Utility or javascript/jquery:
javascript code
1 | $menu.$menu.css({top: 123, left: 123});}
|
Parameters X and Y = cursor/click point coordinates
Best Regards.