Deselection on Data Grid 2 doesnt trigger the on selection change microflow

0
I am using a Data Grid 2 to present a list of answers for a questionnaire. I am using the selection method to be single select with checkboxes. On selecting an answer, it triggers a microflow. However, when the user deselect the answer by clicking again on it, the microflow is not triggered.  Is it possible to trigger the on change selection microflow when the user deselect the answer?  
asked
2 answers
0

Hey did you managed to solve this problem? - I have exactly the same issue. Even update to newest Data Grid 2 2.14.0 did not solved the problem.

answered
0

Hi Plamen,

I have also faced this issue,

My solution is that you have to make custom selection/deselection , In the domain model take a boolean attribute , in the data grid 2 off the selection and take a check box(Custom Content) & assign to boolean value then write your logic on the check box selection/deselection.

Hope you like the answer.

answered