angelalaw Report post Posted June 3, 2009 (edited) I am greying out the page on an ajax postback to avoid excessive clicking. Some reports pages can take a few seconds. When I do this the Fusion report *will not* go behind the css Grey screen I put over the entire page. Everything else on the page works okay. But no matter how much i increase the z-index the fusion chart will not go behind the grey div I set over the entire page to deactivate it. Is there a way to do this? Your help is tremendously appreciated! Angela PS I wasn't sure if this was the proper forum.. hope it is since i am dealing with asp.net Edited June 3, 2009 by Guest Share this post Link to post Share on other sites
FusionCharts Support Report post Posted April 19, 2010 Hi, If anyone is facing issues like these still, all you need to set first is the WMODE of the chart setting Transparent parameter. If you are using ASP.NET Wrapper class you can do using RenderChart() or RenderChartHTML() function's transparent parameter. Please see http://www.fusioncharts.com/docs/Contents/CS_BasicExample.html If you are not using these functions you can also manually add WMODE parameter that would set as 'transparent' in OBJECT and EMBED - HTML tags. Share this post Link to post Share on other sites