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.this.gridDataBoundGrid1.Model.ClipboardCanCopy += new GridCutPasteEventHandler(Model_ClipboardCanCopy); private void Model_ClipboardCanCopy(object sender, GridCutPasteEventArgs e) { int colIndex = this.gridDataBoundGrid1.Binder.NameToColIndex("passwordCOL"); if(this.gridDataBoundGrid1.Selections.Ranges.AnyRangeIntersects(GridRangeInfo.Col(colIndex))) { e.Handled = true; e.Result = false; } }