Is there a place where I can check which events are not fired when making API calls?? I could find a note where you guys state this is a known issue.
Thanks in advance
1 Answer, 1 is accepted
0
Ivan Danchev
Telerik team
answered on 14 Aug 2018, 08:47 AM
Hello,
There is no dedicated article in the documentation that lists all events which are not triggered through calling API methods. The place to check whether this is the case for a specific event is the API documentation. For example for the PanelBar's select event we mention that the event is triggered if an item is "selected by the user", that is programmatic selection through the API does not trigger the event. Another example is the DropDownList's change event, for which we have added a note stating that changing the widget's value programmatically does not fire the event. Some of the API methods also contain information on whether the method triggers the respective event, e.g. the DropDownList's value method section.
Regards,
Ivan Danchev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.