3.2.0

Selecting Row - > Do Not Want Index

How do I return say the values in the row?

I am using this.getSelectionProperty("index") to get the index - but I really want is the value in the first cell of the selected row.

How can I do this?

Any help is much appreciated.
Mabel Satsuma
April 7,
Hi i think here is your solution

obj.setAction("click", function(src){ alert(src.getProperty("data/text", 0)); } );
SgtKabukinan
April 7,

This topic is archived.

See also:


Back to support forum