Flex: How to most effectively tavere a table column
Posted
by Maik
on Stack Overflow
See other posts from Stack Overflow
or by Maik
Published on 2010-05-17T00:00:21Z
Indexed on
2010/05/17
0:10 UTC
Read the original article
Hit count: 440
I have a table "template" which is used in various "instances". All instances have checkboxes in the second column (for record-delete).
What would be the most effective way of traversing the table and check if at least one checkbox is selected (to enable a "delete" button)?
Thanks! Maik
© Stack Overflow or respective owner