Affect all members of a repeater onclick

repeater-widget

#1

So I have a repeater that has an onclick for each cell. I want to affect ALL members of the repeater with that onclick. Is that possible?


#3

Yes, you can do that. It may depend on what your OnClick action(s) do—for instance, does it only affect widgets in the repeater, or are there effects outside the repeater? In general, you could mark all rows in the repeater then update all marked rows.


closed #4

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.