It's possible to resize the width of a rowheadercolumn in scheduler by simply moving the columnheader splitter left or right. How can I disable this?
I tried the following things without success:
rowHeaderColumnResizedHandling: "Disabled",
rowHeaderScrolling: false,
rowHeaderWidthAutoFit: false,
I'm talking about this:
rowHeaderColumns: [{ title: "Column name", width: 150}],
Thank you/