We are using the filter menu in the grid in each column and have a situation where we can switch the data in the column between the description or the code. We would like to be able to do this for the values displayed in the filter menu for each column.
We are using a custom item template for the multi-select check boxes, and are using #= xxxx # notation to set the text to be displayed.
It seems that this notation is a one time replacement, rather than a binding? (We're new to kendo, and have a background in angular)
Is it possible to bind values to the items returned from the filterable datasource and have them update if we change them in code?
I just tried adding a span with data-bind, instead of the #= xxx # notation but that didn't work, so I assume that there is some other magic that needs doing?