I'm using Cocoon 2.1.9. I have a repeater grid where each row contains a booleanfield to select a row.
My problem is I only want one row selected at a time. Without Ajax the on-change event I created will successfully toggle off other rows when one is selected. With Ajax turned on it seems like there is a cascade effect going on, the result is the other rows are not being turned off. Perhaps there is another way to implement a grid like this which will work with Ajax? Thanks for any suggestions. gary
