AD
Administrator
Syncfusion Team
December 13, 2004 09:25 PM UTC
Try handling the grid.Model.ColsMoving event. In the handler, check e.From and e.Count. If the column you do not want to move is in this range, then set e.Cancel = true.
JL
Jeff Lancaster
December 13, 2004 10:51 PM UTC
That works great - thanks!