JJ
Jisha Joy
Syncfusion Team
December 15, 2008 10:16 AM UTC
Hi Rohit,
We appreciate your interest in Syncfusion Products.
Please try to handle CurrentCellControlDoubleClick event instead of CellDoubleClick event and let me know if this helps.
this.gridControl1.CurrentCellControlDoubleClick += new ControlEventHandler(gridControl1_CurrentCellControlDoubleClick);
void gridControl1_CurrentCellControlDoubleClick(object sender, ControlEventArgs e)
{
Console.WriteLine("Fired");
}
Regards,
Jisha