I would like to localize the "No data found" message in the grid when the column filter is not overriden. In my grid I have filterable mode="row" so by setting the column values to collection the filter will work as expected. Is there a way to easily override this label without customizing the filter?
<
kendo:grid-column
title
=
"Field1"
field
=
"field1"
>
<
kendo:grid-column-values
value
=
"${field1Values}"
/>
</
kendo:grid-column
>
I found the <kendo:grid-filterable-messages> tag which has options to translate a few properties, so I expected that this would be there too.
Thanks in advance.
Daniel