We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

TableControlCellDoubleClick event

It's me again. :)

I'm using ggc on a form which is used for data editing and as a lookup form.

I would want to support double click on row so that user could select that row.

I have tried to implement this trough TableControlCellDoubleClick event however it only works if I double click on row header column. If I double click on a cell it just goes to edit mode.

How can I support double click trough whole row?

4 Replies

AD Administrator Syncfusion Team February 16, 2007 06:21 PM UTC

Hi Srdjan,

Please try handling the TableControlCurrentCellControlDoubleClick Event of the grid and this should work fine.

The problem with the Grid.TableControlCellDoubleClick event is that, the first click of a double click is caught by the grid and the cell is activated and second click is caught by the cell control. This means the cell control thinks this is a singleclick, and does not fire the doubleclick. However, CellDoubleClick will get triggered for the headers.

Best regards,
Haneef


SR Srdjan February 19, 2007 01:13 PM UTC

It's working now. Great.


GK Gerhard Kaufmann replied to Srdjan February 13, 2018 11:36 AM UTC

It's working now. Great.



AR Arulpriya Ramalingam Syncfusion Team February 14, 2018 04:39 AM UTC

Hi Gerhard, 
 
Thanks for your update. 
 
We are glad to hear that the provided solution was resolved your scenario.   
 
Please let us know, if you have any other queries. 
 
Regards, 
Arulpriya 


Loader.
Live Chat Icon For mobile
Up arrow icon