:: Forum >>
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
Monday, April 12, 2004
The following code returns an array of indices of all selected rows:
var array = obj.getSelectionProperty("values");
Alex (ActiveWidgets)
Wednesday, April 14, 2004
Thanks for your response and thanks for the excellent widget.
MAK
Wednesday, April 28, 2004
var array = obj.getSelectionProperty("values");
array[0].setEvent("oncontextmenu",rtClickResponse);
Is this how you put it together?
Jack9
Wednesday, August 24, 2005
This topic is archived.
Back to support forum
Forum search