DBAdvGrid - Column disappears after ColMoving

Hi,


I've got a problem with ColMoving. If I set this on true, move a column and relaod the datasource by query the moved column disappears. What can I do? I use TMS components v6.2 with Delphi 2010.

Thanks and best regards ...

Try to set grid.AutoCreateColumns = false

Hi Bruno,


the correct parameter for my case is grid.AutoRemoveColumns. Now it works fine!

Best regards ...