Issue with Multi-Select with check boxes in VBCS
Summary
Issue with Multi-Select with check boxes in VBCSContent
Hello,
I have implemented the multi select with check boxes with the help of JET cookbook. Everything is working as expected but one scenario.
Scenario: When more than one line is selected, clicked on any selected line(not the check box). What I observe in this case is, all highlighted lines are unhighlighted but checkbox remain checked(in JET ex. in this case when any of the selected line is clicked that line only gets highlighted/selected and other selected lines get deselected along with their check boxes).
I noticed this is because of one property that I haven't set(highlighted below, I removed this property in JET ex. and it is behaving the same way as my application). Is there a way to add a listener event in value field in VBCS? or else how can I achieve this.