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_ClearingCells(object sender, GridClearingCellsEventArgs e) { GridCurrentCell cc = this.gridControl1.CurrentCell; if(cc.RangeInfo == e.RangeList.ActiveRange && this.gridControl1[cc.RowIndex, cc.ColIndex].CellType == "TextBox") { e.Handled = true; } }