This question is locked. New answers and comments are not allowed.
I have a grid defined in JSP and I need to localize column titles. Is it possible to get values from message resource bundle into column title?
I.e. - how to localize "Column Title 1" ?
<kendo:grid name="gridId" > <kendo:grid-columns> <kendo:grid-column title="Column Title 1" field="field1" /> </kendo:grid-columns></kendo:grid>