This demo traces all client-side events available in the DevExpress MVC TreeView.
Client-side events are triggered in response to specific user actions performed on the client side (in particular, when clicking nodes or changing their expanded state). Client-side event handlers represent code written in JavaScript. In order to handle a client-side event, a property is provided via ClientSideEvents, accepting either code handling directly or the name of a handling function.
In this demo, the following client events are traced by default:
You can toggle options to specify whether corresponding client-side events are traced.