☝️Small business or a startup? See if you qualify for our special offer.
+

How to Disable Double-Click Drill-Down on Value Cells

Answered
Fabrizio asked on April 3, 2025

Dear Flexmonster Support Team,

 I need to disable the default double-click behavior that shows row details when users double-click on value cells.

I've reviewed the documentation but couldn't find a specific configuration option for this particular requirement.

I've found this

doubleClickBehavior: "none"

in report > options > grid but it doesn't work

I understand that the doubleClickBehavior property exists in the grid options, but I'm not sure if this is the correct approach or if there's a more specific way to disable double-clicks only on value cells while preserving other functionality.

Could you please provide guidance on:

1. The recommended way to disable the double-click drill-down functionality specifically for value cells
2. Whether this can be done through configuration settings or if I need to implement a custom solution with event handlers
3. Any performance considerations I should be aware of when modifying this behavior

Thank you for your assistance with this matter.

Best regards,

Fabrizio

Attachments:
Cattura.PNG

3 answers

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster April 4, 2025

Hello, Fabrizio!

Thank you for reaching out to us.

Kindly note that we don't have the property named "doubleClickBehavior".
The property you are looking for is called drillThrough in our docs. You are welcome to use this option to disable the drill-through feature and not show the "Details" pop-up when double-clicking on the value cell.
Here is the JSFiddle example for reference: https://jsfiddle.net/flexmonster/byoe621f/.

Answering your questions:

1. The drillThrough: false is the recommended approach
2. It can be done through report configuration, no custom solutions needed
3. Switching off the drill-through feature doesn't have any drawbacks to performance

Hope you will find our answer helpful.

Kind regards,
Solomiia

Public
Fabrizio 10 hours ago

Thank you for your prompt and helpful response, Solomiia!

I appreciate the clarification about using the "drillThrough" property instead of "doubleClickBehavior" that I was looking for. Following your guidance, I implemented the drillThrough: false option in my report configuration, and I'm pleased to confirm that everything is now working perfectly. The "Details" pop-up no longer appears when double-clicking on value cells, exactly as needed.

The JSFiddle example you provided was particularly helpful as a reference. I'm also glad to know that this approach is recommended and doesn't impact performance.

Thank you again for your excellent support!

 

Kind regards, Fabrizio

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster 3 hours ago

Hello, Fabrizio!

Thank you for your feedback.

We are happy to hear that our drillThrough option satisfies your needs.

Feel free to reach out to us in case of any other questions.

Kind regards,
Solomiia

 

Please login or Register to Submit Answer