There is a kendo grid with 8 columns. The width param is set to all columns.
I would like to have one column always be mentioned value. and never receive distributed portion.
More Details:
From Official documentation at https://www.telerik.com/kendo-angular-ui/components/grid/columns/width we know that
When all column widths are explicitly set and the cumulative column width is less than the available Grid width, the remaining width is distributed evenly between all columns
At my use case, in about 50 grids, there are same "Date" columns (YYYY-MM-DD formatted). So when it will be "perfect" that the columns be always same value and do not become "wider" for case when cumulative column width is less than the available Grid width.
Is it possible?
I would like to have one column always be mentioned value. and never receive distributed portion.
More Details:
From Official documentation at https://www.telerik.com/kendo-angular-ui/components/grid/columns/width we know that
When all column widths are explicitly set and the cumulative column width is less than the available Grid width, the remaining width is distributed evenly between all columns
At my use case, in about 50 grids, there are same "Date" columns (YYYY-MM-DD formatted). So when it will be "perfect" that the columns be always same value and do not become "wider" for case when cumulative column width is less than the available Grid width.
Is it possible?