The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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.
ADAdministrator 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
SRSrdjanFebruary 19, 2007 01:13 PM UTC
It's working now. Great.
GKGerhard Kaufmann replied to Srdjan February 13, 2018 11:36 AM UTC
It's working now. Great.
ARArulpriya 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
Need More Help?
Get personalized assistance from our support team.