Sign in to follow this  
angelalaw

Greying out HTML Page on AJAX Postback

Recommended Posts

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

Share this post


Link to post
Share on other sites

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this