Home › Forums › WinForms controls › Xceed Grid for WinForms › c# – DoubleClick event on XceedGrid › Reply To: c# – DoubleClick event on XceedGrid
I put it like you said:
public Form1()
{
//
// Required for Windows Form Designer support
//
InitializeComponent();
foreach(Xceed.Grid.Cell cell in lvwDB.DataRowTemplate.Cells)
{
cell.DoubleClick += new EventHandler(Cell_DoubleClick);
}
//
// TODO: Add any constructor code after InitializeComponent call
//
}
And it does not work…. the Cell_DoubleClick function is never called….
Why the f*ck dont this work?!? Am truly getting tired of Xceed!
What I’m I missing for God sake!?
Imported from legacy forums. Posted by EFileTahi-A (had 376 views)