Hi Jürgen,
Thanks for your interest in Syncfusion products.
We have analyzed the reported query. The cause of the reported issue is that you have defined the locale property of the Grid within square braces which is incorrect way of defining. We need to define the Boolean/array type properties only within the square braces.
So please modify your code as in the below code example.
<ej-grid [allowPaging]="true" [allowSorting]="true" locale="de-DE" [dataSource]="gridData" >
|
We have prepared a sample which can be downloaded from the below location.
Regards,
Ragavee U S.