TTIWDBAdvWebGrid - Column sizing issues

Using v5.6.0.1

In one grid when the user attempts to resize a column, the data rows resize, but the header row does not.  What property would affect this?

Also, how can I access the column width that the user has selected as the [grid].Columns.Width property is not updated?.

TIA

Hi,


- Data rows and header rows should always be resized simultaneously. If you have enabled scrolling in the grid, please note that it's unfortunately not supported to use scrolling in combination with column resizing.

- At this time the column sizing is handled client-side only. The changed column width is not updated to the server-side.
However, this is a good suggestion and we'll investigate if this functionality can be added in a future version of the TIWDBAdvWebGrid.