New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.private void gridControl1_CurrentCellMoved(object sender, GridCurrentCellMovedEventArgs e) { GridCurrentCell cc = this.gridControl1.CurrentCell; if(cc.IsInMoveTo && cc.MoveFromColIndex == 3) this.gridControl1.CurrentCell.MoveTo(cc.RowIndex, 8); }