Does list to list control support event (onchange,onclick,onblur)?
In my project i have a requirement like whenever user select a particular reason from source to target in list-to-list control then value of a property gets updated and should shown in the same section.To achieve this i need to refresh the section but unfortunately none of the event given in the control is getting triggered when user select value from source to target.Also i can't update the control to list view due to some restriction in our project.Please help to give solution.
.
Like in the image above when user select toyoto car from source to target then section should refresh and value should be updated.