:: Forum >>

Selected column index

How do I obtain the selected column index?

var rownumber=src.getProperty("item/index");
var colnumber=?????;


G
Monday, September 26, 2005
to receive column index use the following

alert src.getProperty("column/index"));
shivashankar
Friday, October 28, 2005
it always gives the value undefined. Is there any other way??
Vineet
Tuesday, December 13, 2005
you can receive the column index obj.getSelectedColumns();
darkRider
Monday, August 21, 2006

This topic is archived.


Back to support forum

Forum search