<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>18 Jul 2016 09:52:00 Z</lastBuildDate><pubDate>11 Jul 2016 11:05:00 Z</pubDate><description>Hi,&#13;
&#13;
I am using an AJAX Table to display the data in.&#13;
I want to display my own context menu when right clicking the table row ?&#13;
&#13;
To detect the Right Mouse Click on a table I am using:&#13;
&#13;
In the onload:&#13;
jQueryExecute(TABLE_MyTable,"bind","contextmenu",&amp;B_ContextMenu)&#13;
And the Browser function itself&#13;
&#13;
PROCEDURE B_ContextMenu(pclEventJS is object dynamic) ToastDisplay("Right Click")&#13;
This works, when I press the Right Mouse button, the toast is displayed. And only for this control.&#13;
&#13;
But how do I detect on which ROW the right click has happened ? :confused:&#13;
Is this possible ?&#13;
&#13;
Thanks&#13;
Danny</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58593-wb21-ajaxtable-right-click-row-show-own-context/read.awp</link><title>[WB21] Ajaxtable right click on row to show own context menu ?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58593-wb21-ajaxtable-right-click-row-show-own-context-58729/read.awp</comments><pubDate>18 Jul 2016 09:52:00 Z</pubDate><description>Allard,&#13;
&#13;
There is no right click event on the Ajaxtable, the last time I checked. Only clicked (left or right). You have te ge…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58593-wb21-ajaxtable-right-click-row-show-own-context-58729/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58593-wb21-ajaxtable-right-click-row-show-own-context-58729/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58593-wb21-ajaxtable-right-click-row-show-own-context/read.awp">[WB21] Ajaxtable right click on row to show own context menu ?</source><title>Re: [WB21] Ajaxtable right click on row to show own context menu ?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58593-wb21-ajaxtable-right-click-row-show-own-context-58726/read.awp</comments><pubDate>18 Jul 2016 00:04:00 Z</pubDate><description>Can you call PROCEDURE B_ContextMenu in the on right click event ?&#13;
&#13;
regards&#13;
Allard</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58593-wb21-ajaxtable-right-click-row-show-own-context-58726/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58593-wb21-ajaxtable-right-click-row-show-own-context-58726/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58593-wb21-ajaxtable-right-click-row-show-own-context/read.awp">[WB21] Ajaxtable right click on row to show own context menu ?</source><title>Re: [WB21] Ajaxtable right click on row to show own context menu ?</title></item></channel></rss>
