Hi,
I am using the kendo grid with kendo-grid-column-group, when I try adding a width to the grid and to each column, the grid does it own thing, and doesnt set the with of the column according to what I wrote .
It sets other columns, and sometimes hides columns,
What are the rules??
Thanks
<
kendo-grid-column-group
title
=
Name
" >
<
kendo-grid-column
field
=
"Name"
title
=
"Name"
[width]="100">
<
ng-template
kendoGridCellTemplate let-dataItem>
<
span
class
=
"whole-cell text-center"
)">
{{ Name }}
</
span
>
</
ng-template
>
</
kendo-grid-column
>
</
kendo-grid-column-group
>