Pinned Columns
RadVirtualGrid columns can be pinned so that the rows appear anchored to the left or right of the grid. To pin a column you should use the SetColumnPinPosition method where you just need to pass the column index and the desired pin position.
The result is that the column is pined to the right.
To unpin a row you just need to set its pin position to none.