Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
12529 | Apr 1,2004 03:18 PM UTC | Apr 1,2004 06:05 PM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
private void button1_Click(object sender, System.EventArgs e)
{
this.gridControl1.Selections.Add(GridRangeInfo.Cells(0,2,4,3));
this.gridControl1.Focus();
}
So, copy headers is sort of a problem with ListBoxMode. You could handle ClipboardCopy event yourself, and put whatever you wanted on the clipboard. 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.