CurrentCellControlDoubleClick

Hi CurrentCellControlDoubleClick event will not fired for RichText Cell Type. Any probs? Thanks Satish

1 Reply

AD Administrator Syncfusion Team April 14, 2004 05:37 AM UTC

When you double click a cell of RichText celltype, the cell control is never activated as teh RichText celltype does not have an active editing state. This is why CurrentCellControlDoubleClick is not fired. But CellDoubleClick is fired. So, you should use this event to catch a doble click on a RictText cell.

Loader.
Up arrow icon