Cannot set width for autogenerated Kendo UI Grid for angular. I want to set the width same as I am setting the field name and title and datatype.
I tried adding a property width to my ColumnSetting Array, then tried to just add a fixed width setting when generating the columns as shown in code below but it does not work
Expected result is that the Column Widths are set by the data provided in the ColumnSetting array. At present the width is not changing.