Hi have created 2 row actions:
1. Select Record – adopts the row into a to a model SelectedAccounts
2. Deselect Record – removes rows from model SelectedAccounts
The problem I am having is that the Select Record is working, but he Deselect Record does not work. So, if I select record 1, 2 and 3. They are added to the SelectedAccounts model. But if I deselect 1, 2 and 3 they are not removed from the model. But, if I deselect 4, then then 1, 2, 3 and 4 are removed from the model. What am I doing wrong???