Description:
I have five columns Col1, Col2, Col3, Col4, Col5, Col6. Initially I have 3 columns hidden, Col4, Col5, Col6 and I have excluded them from the GridColumnChooser.
How should I programmatically Show/Un-hide the hidden columns in the desired position. For example, How should I programatically show Col5 in between Col1 and Col2, and also include Col5 in the GridColumnChoose
The column order is determined by the VisiblePosition property on the column header.