I have created a page where I am using Apex$Row_Selector for the selection of rows in an Interactive Grid Report.
I am selecting some records via the checkbox, but when I click on any field in a row that has not been selected, the selected rows get unchecked and only one clicked row remains checked.
How can I prevent this unselecting of already selected rows?
How can I make sure that selecting / deselecting a row can only be done via the checkbox?
Thanks in advance.