Hi Plamen,
What I'd like to do is have a template in a script tag (in my html output) and then specify that template in the configuration options for columns.filterable.itemTemplate in the same way the following is done:
var
actionTemplate = kendo.template($(
"#action-template"
).html());
and then specify actionTemplate on the grid options for column.template, like the example given in the Grid API docs:
http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-columns.template
An example that produces the same result as the example given in the Grid API docs would be appreciated:
http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-columns.filterable.itemTemplate
Thanks,
--Ed