Row Number??
I want to get the row number when clicked on a section of data!
obj.setAction("click", function(src){window.status = src.getItemProperty("row")});
That will get the text, how can I get the row number on click??
Thanks in advance :-)
obj.setAction("click", function(src){window.status = src.getItemProperty("row")});
That will get the text, how can I get the row number on click??
Thanks in advance :-)
munky
June 23,