kendo-ui: ver. 2018.2.516
I want to select value in headerTemplate then iterate throught all data in templates and if select in template contains same value change it. I can’t find any information how to do it
Could someone help me?
columns: [{
title: "task",
headerTemplate:
'<select
kendo-drop-down-list
k-options="$ctrl.multiSelect(dataItem)"></select>',
field: "task_id",
template:
'<select
kendo-drop-down-list
k-options="$ctrl.templateSelect(dataItem)"></select>',
width: "240px"
}