Category “Kendo”

image from Kendo + slider + custom labels

Kendo + slider + custom labels

In my project, I wanted to change labels from slider to different one. By default, labels are defined as a range of values - for example, from 0 to 10, with a step of 2. My need was to show the array of [1, 2, 4, 6, 10, 16]. And unfortunately, kendo …

read more ➞
image from Kendo - several useful helpers

Kendo - several useful helpers

I would like to share with you my kendo helper functions and directives. I hope, that they will ease develop your apps: Grid group count header: Simple function to add count information to group header for all columns. If group header template is …

read more ➞
image from Angular & kendo - create windows dynamically

Angular & kendo - create windows dynamically

In my application there is a page, which contains 15 windows. Each windows is a form with a lot of inputs - comboboxes / datepickers / autocompletes etc. I found out, that opening this page takes about 1.5 sek due to rendering all windows at the …

read more ➞