This question has been flagged
2150 Views

I have a FormView with several embedded ListViews. I would like to achieve that only one of these ListViews can be in "editing" mode at the same time.

That is, when clicking on a row in another ListView, would set all other ListView editing to false.

Avatar
Discard