Creating and extending Kendo widgets

Kendo UI is very powerful, especially when you need to customize existing component or extend it with your features. I don’t like existing JavaScript confirmation dialog which appears when you want press delete button in grid popup or inline editing mode. One way to change this is to write my own custom widget which extends Kendo Grid, …