WebDBGrid ColumnSized

TWebDBGrid has an event ONColumnSized
but it does not work, changing the ColumnSize has no effect

Did you set goColSizing = true in grid.Options and then change the column size at runtime by dragging the column splitter?

these are the set option:
[goFixedVertLine,goFixedHorzLine,goVertLine,goHorzLine,goRangeSelect,goColSizing,goColMoving,goRowSelect,goFixedColDefAlign]

the "goColMoving" option also has no function

if the option
goFixedRowDefAlign
is set I get a compiler error

  1. We found a regression with OnColumnSized. We fixed this. Next update will address this.
  2. We cannot see a compilation error. Do you effectively use the latest version of TMS WEB Core?