Example of Events in ASP.NET MVC Kanban Control
The sample showcases the client-side events of JavaScript Kanban. For every action in a Kanban board, corresponding events will be displayed in the event tracer panel.
DEMO
SOURCE
|
|
The demo is showcased to list-out the client-side events of Kanban. The events are useful to customize the Kanban board from the application end.
The following events are bounded in this demo.
- Created
- Action Begin
- Action Complete
- Action Failure
- Data Binding
- Data Bound
- Card Rendered
- Query Cell Info
- Card Click
- Card Double Click
- Drag Start
- Drag
- Drag Stop