It will be possible to retrieve the pointer coordinates when using the OnMouseEnter and OnMouseLeave events of RadDiagram via their event object.
This request is declined due to the lack of interest by the community.
Regards,
Vessy
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Yes, please. This is essential for rendering a RadToolTip (or other custom div/menu/element) on top of wherever the user had pointed w/ their mouse. This could normally be done in jQuery via custom event handlers for the diagram shape/connection elements, but the RadDiagram events fire before the jQuery events pickup, so it can't be done there. Exposing the pointer coordinates in the RadDiagram event args would fix this inability. Attached -- pic of why we need to be able to position a RadToolTip on top of the connection's mouse pointer location, precisely. thanks!