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, …
Author Archives: Stjepan Puljko
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 …
Create content rotator with knockout.js and CSS3
There are number of ready made content rotators or content sliders on net. Here is another example how can you make one with knockout.js, few lines of JavaScript and some CSS. Let’s say that we want to display list of discounted products on sidebar that rotates every few seconds, First, let’s make HTML with knockout …
Continue reading “Create content rotator with knockout.js and CSS3”
Create content rotator with knockout.js and CSS3
There are number of ready made content rotators or content sliders on net. Here is another example how can you make one with knockout.js, few lines of JavaScript and some CSS. Let’s say that we want to display list of discounted products on sidebar that rotates every few seconds, First, let’s make HTML with knockout …
Continue reading “Create content rotator with knockout.js and CSS3”