search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Setting rowHeaderWidthAutoFit to true doesn't work if rowHeaderColumns ist set

Asked by Anonymous
2 years ago.

Hi,
I noticed, that the row headers width isn't adjusted automatically, if the set the rowHeaderColumns

schedulerConfig: any = {
    rowHeaderColumns: [
      {
        display: "name",
        title: this.dialogTextService.getTranslation('TitCareResponsibleGroups')
      }
    ],
    rowHeaderWidthAutoFit: true,
}

Is this a bug or by design?

Answer posted by Dan Letecky [DayPilot]
2 years ago.

The width auto-fit feature works with row header columns as well, but the width is calculated for the content cells (not for the column titles).

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.