I have an issue with the placement of the popup edit command when used in conjunction with locked column(s).
Basically this works fine but only if the edit command is placed on the right-most column in the grid. However I would like to have the edit button on the extreme left (so in the first column).
When I do this it looks fine initially, however, when locking a column, the column doesn't stack up to the right of the command column as I was expecting - it snaps to being the first column. This then moves the command along one column to the right which is not ideal.
Before:
Command | Col 1 | Col 2
After locking Col 2:
Col 2 | Command | Col 1
How can I keep the command column always positioned in the first column?