In WEBDBGRID after column is resized manually at runtime the WIDTH property doesn't change

After resizing the width of the column in WebDBGrid during runtime i am trying to read the new size from column's WIDTH property but i find it unchanged. Column size is changed on the grid but the width property shows the same old value. Is this a bug or i am missing something? Can you advise please.

Thank you.

I think I figured it out. When changing width of the column at runtime it goes to COLWIDTHS[n] property of the grid.