Currently I am using a Telerikform which has a FormItem. This FormItem is a Dropdownlist using templates.
The Form has an OnUpdate event I am listening to and the Dropdownlist has a ValueChanged event.
If I select an Item in the Dropdownlist the OnUpdate of the Form get triggered befire the ValueChanged on the DropDownlist.
Is this intended behaviour, if yes, how can I change the order?