Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
20242 | Oct 13,2004 05:35 AM UTC | Oct 13,2004 08:07 PM UTC | WinForms | 1 |
![]() |
Tags: Grouping |
private void gridGroupingControl1_TableControlKeyDown(object sender, GridTableControlKeyEventArgs e) { if(e.Inner.KeyCode == Keys.C && (e.Inner.Modifiers & Keys.Control) != 0) { if(this.gridGroupingControl1.TableModel.Selections.Count == 0) { Clipboard.SetDataObject(this.gridGroupingControl1.TableModel.CurrentCellRenderer.ControlText); e.Inner.Handled = true; } } }
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.