We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Hyperlinks in the drill through window

Answered
Alex asked on July 3, 2019

Hello,
 
I am trying to display hyperlinks in the drill through window using the approach found in this issue (https://www.flexmonster.com/question/how-to-display-hyperlinks-in-the-drill-through-window-of-flexmonster/).
 
But it is not working. You can check it using the example provided in this issue (http://jsfiddle.net/flexmonster/q1gtwj48/32/).
 
My flexmonster version is 2.7.9.
 
How I can get this working ?
 
Thanks for your help.

1 answer

Public
Vera Didenko Vera Didenko Flexmonster July 4, 2019

Hello, Alex,
 
Thank you for pointing out the problem with hyperlinks in the drill-through pop-up window.
 
We have added the following line to the creation of the hyperlinks:

cell.style['z-index'] = 2;

Now the links should work as expected.
 
Please see the current JSFiddle example.
 
You are welcome to contact us in case further questions arise.
 
Best Regards,
Vera

Please login or Register to Submit Answer