Need a special offer?Find out if your project fits.
+

Feature Request: Interacting with the drilldown

Resolved
Craig Button asked on July 28, 2022

Hello,
We would like to be able to click on columns in a drilldown (not the initial grid) and fire events like the doubleClicked event for the grid.
For example:
User opens double clicks to open the drilldown. Then the User could click on a Row's Order Number (or just the row), a doubleClickedDrillDown event would then fire and through a function we create we could send them to that order, just like you can on the grid.
 
Kind regards,
Craig Button 

1 answer

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster July 29, 2022

Hello, Craig,

Thank you for contacting us.

We recommend using isDrillThrough property of the CellDataObject. Please check the following JSFiddle for reference: https://jsfiddle.net/flexmonster/huyqnbvz/ 

Please let us know if it works for you. Feel free to contact us if other questions arise.

Kind regards,
Nadia

Please login or Register to Submit Answer