I have column locking in my grid working successfully within my code with locked: true. And at runtime I can lock/unlock columns manually via the grid interface.
However I want a certain column to lock when a button is pressed. How do I lock a column dynamically/programmaticaly? I was expecting/hoping for a "setLocked" method, but that does not seem to exist?
