AdventureWorks demo application

We would like to introduce demo web application based on popular Microsoft database AdventureWorks. The AdventureWorks database supports a fictitious, multinational manufacturing company called Adventure Works Cycles. Goal of application is to show example of multiple technologies working together. Technologies, packages and frameworks included are: Microsoft SQL database Entity Framework ASP.NET MVC KendoUI AdminLTE Demo …

Extending Kendo Grid

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. On Telerik page there is example for that, but that way I would need to change …