This may be wishful thinking here, but is there a way I can clear all checkboxes in a column for all rows in a SwfTable (with 2 bands, a parent band and an expandable child band) *without* having to iterate through each row/band, getting the cell data, comparing it to the expected value, then removing the check?
Just looking for a fast way to clear all checkboxes regardless of the number of rows and bands....maybe some kind of global property or method I can fire off.
thanks
Hello,
Currently there isn't any way to do so with a single method call.