Home › Forums › WinForms controls › Xceed Grid for WinForms › Catching the doubleclick event on a ColumnManagerRow › Reply To: Catching the doubleclick event on a ColumnManagerRow
Hi, I’ve tried your suggestion but it still would not work…
Here’s my code:
private void celldataRowTemplate7TableName_DoubleClick(object sender, System.EventArgs e)
{
MessageBox.Show(“AAA”);
}
What’s wrong????
Imported from legacy forums. Posted by peyton (had 252 views)