3.2.0

Select first row ?

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

... is not working anymore ?

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

This topic is archived.

See also:


Back to support forum