3.2.0

Using src.getSelectionProperty("count")

Good day!

I want to get count rows user selected. I'm using src.getSelectionProperty("count"), but I am with problems. Can anybody help me?

Excuse my English, I am brazilian and don't know to speak well English.
Andre Aloisio Oliveira da Silva
September 9,
Use
src.getSelectionProperty("values").length;
or:
src.getProperty("selection/values").length;
September 9,
Tanks!
Andre Aloisio Oliveira da Silva
September 12,

This topic is archived.

See also:


Back to support forum