Formresize and grid update

Hi all,

I have a grid with 9 columns with individual widths. When I resize the form, I would like to be able to resize single columns while others remain the current size. All columns are of type NoWrap.

The code work and the width of the columns I want changed, are changed,  debugging shows, but visually the grid and columns do not change. The resize happens in the OnAsyncResize event of the IWForm.

Anyone with ideas how to get the grid to update it's size ?

Regards
Soren

Hi,


Please note that it's currently only supported to update cell content asynchronously. The column width should be changed with a full page refresh.