:: Forum >>
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
Thursday, April 7, 2005
Hi i think here is your solution
obj.setAction("click", function(src){ alert(src.getProperty("data/text", 0)); } );
SgtKabukinan
Thursday, April 7, 2005
This topic is archived.
Back to support forum
Forum search