Hi,
I've defined the following grid:
<
kendo-grid
[data]="gridData | async" [height]="410"
resizable
=
"true"
>
<
kendo-grid-messages
noRecords
=
"{{'RequestsRegister.NoRecord' | translate}}"
>
</
kendo-grid-messages
>
<
kendo-grid-column
field
=
"identity.email"
title
=
"{{'RequestsRegister.UserEmail' | translate}}"
width
=
"150"
>
</
kendo-grid-column
>....
but "noRecords" displays nothing...
the syntax is correct, and it works for the column's title, so what's wrong?