Top "Kendo-template" questions

Simple-to-use, high-performance JavaScript templating engine within the Kendo UI toolkit

In a kendo grid, can I set column attributes dynamically with a function?

I've got some code here where I am trying to set a background color of a cell based on the …

javascript kendo-ui kendo-grid kendo-template
Kendo UI - Tooltip in a grid

I'm trying to create a tooltip for my grid like this: $("#grid").kendoTooltip({ autoHide: true, showOn: "mouseenter", width:125, height:125, position: "…

javascript kendo-ui kendo-grid kendo-template kendo-tooltip
Do not show decimals in Kendo UI numericTextbox when declaratively binding in template

For some reason my numericTextbox is still showing a decimal and numbers after the decimal while in a kendo template. …

kendo-ui kendo-template kendonumerictextbox
How to access column name from column template in KendoUI Grid?

I have the following issue when using KendoUI Grid with a column template: My data for a row looks like …

kendo-ui kendo-template
How to create kendoNumericTextBox in kendo grid cell?

Is there is any way to create widgets in kendo grid cell template? here is the sample code. columns: [{ field: "…

kendo-grid kendo-template kendonumerictextbox