:: Forum >>

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
Friday, September 9, 2005
Use
src.getSelectionProperty("values").length;
or:
src.getProperty("selection/values").length;
Friday, September 9, 2005
Tanks!
Andre Aloisio Oliveira da Silva
Monday, September 12, 2005

This topic is archived.


Back to support forum

Forum search