I have a treelist with check boxes for selection.
I have attached an event attached for this list which triggers when the datasourse or any value changed.
When i click on the checkbox the event triggers which is fine but when i just click on the row (not on the checkbox) still the event is triggered.
I want the triggering to happen only when i click on the checkbox.
Is there any property which i can set for the triggering to happen only during the checkbox click?
Try use the event in the RepositoryItemCheckEdit:
Before in the method: