:: Forum >>

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 :-)
munky
Thursday, June 23, 2005
solved it :-P
munky
Thursday, June 23, 2005
obj.setAction("click", function(src){window.status = src.getItemProperty("index")});


choyun
Friday, June 24, 2005
obj.setAction("click", function(src){window.status = src.getRowProperty
("index")});
Brasil - Evandro
Friday, June 24, 2005

This topic is archived.


Back to support forum

Forum search