This code worked in the previous version of the toolset, ie. before 11.2 but doesn't seem to work now.
Dim newPosition As integer = 3
ProductsDataGrid.DefaultFieldLayout.Fields.Move(ProductsDataGrid.DefaultFieldLayout.Fields("base_rate").Index, newPosition)
I fire the code above on a button click as a test.
The columns stay in their current position.
Hello ralexander,
I am just checking if my last reply was helpful for you.
If you require any further assistance please do not hesitate to ask.
That worked perfectly, thanks!