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
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