GridControl.Model.MoveColumns Issue

Hello,

I am trying to rearrange some column of the GridControl using GridControl.Model.MoveColumns. The problem is that after I call this method the cells under the newly positioned column do not have the CellValue property set to what it was before the column was moved. Ideas?

Thanks

1 Reply

AD Administrator Syncfusion Team June 29, 2009 09:02 PM UTC

Here is sample that works as expected for me using the latest development build, 7.3.0.7. In earlier versions, you may have to call grid.InvalidateCells() after calling the MoveColumns to make sure the grid refreshes itself.

If you can upload a sample showing the problem, we can try track own the issue.



CS_8f62be96.zip

Loader.
Up arrow icon