3.2.0

Selected Row

Hi there,

I would like to display context menu on right click. Its ok, however, the menu is displayed where ever I click. I want to display context menu only if the right mouse button clicked on the selected row.

How can we know if a row is selected?

thanks
MAK
April 12,
The following code returns an array of indices of all selected rows:

var array = obj.getSelectionProperty("values");
Alex (ActiveWidgets)
April 14,
Thanks for your response and thanks for the excellent widget.

MAK
April 28,
var array = obj.getSelectionProperty("values");
array[0].setEvent("oncontextmenu",rtClickResponse);

Is this how you put it together?

Jack9
August 24,

This topic is archived.

See also:


Back to support forum