:: Forum >>

Select first row ?

obj.setProperty("selection/index", 0);

... is not working anymore ?

Jean
Friday, October 21, 2005
Use this equivalent one :
obj.setSelectionProperty("index", 0);
Carlos
Friday, October 21, 2005
Upppsss sorry for 2.0 use:
obj.setSelectedRows([1, 2, 3]);
Friday, October 21, 2005
Thanks Carlos !
Jean
Friday, October 21, 2005

This topic is archived.


Back to support forum

Forum search