Hello,
I could observe the issue at my end & hence have escalated it to the concerned team.
I will get back to you as soon as I get any information from their side.
Meanwhile, you may try the following workaround :
Private Sub vsfgTest_DoubleClick(sender As System.Object, e As System.EventArgs) Handles vsfgTest.DoubleClick If vsfgTest.HitTest().Type = C1.Win.C1FlexGrid.HitTestTypeEnum.Cell Then SendKeys.Send("{F2}") End If End Sub
Hope it helps.
Regards,
Reema