AJAX Accordion Control "Flickering" Issue while implementing in DotNetNuke Site

While working on DNN 5.0 site, I was trying to have a left menu navigation using AJAX Accordion. Even, I got succeeded in implementing that but i come accross an issue of - flickering the Accordion control in  IE while opening and closing and navigating thru panes.

After googling, I came to know about the solution and applied which worked successfully.

Frist is, Turn off FadeTransitions Property, i mean set it to "False",  :( yes, its the cute effect everybody want to have while using accordion with. But, while I set it to false and removed the TransitionDuration property - The problem of flickering issue got solved. So, everybody speak with me - "I dont want FadeTransition effect :) in DNN with Accordion!". 

Please let me know if any of you have some any other solution than above which would solve flickering accordion as well as we would have FadeTransition effect as well.

Another so called solution which I found was (but, it didnt worked for :( me) - Setting the DocType of the HTML template which being used for skinning as:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

Any comments!? Hope it would help to anybody who want similar functionality without flickering :)

 

Comments

# re: AJAX Accordion Control "Flickering" Issue while implementing in DotNetNuke Site

Wednesday, March 11, 2009 6:48 AM by Manolis

Hi,

Is it possible to give us a small description how you we can implement AJAX Accordion inside DNN5?

Thanks

# re: AJAX Accordion Control "Flickering" Issue while implementing in DotNetNuke Site

Wednesday, March 11, 2009 6:51 AM by Manolis

Hi,

Is it possible to give a small description of how we can include ajax accordion inside DNN5?

Thanks

# re: AJAX Accordion Control "Flickering" Issue while implementing in DotNetNuke Site

Saturday, March 14, 2009 12:04 AM by kaushalparik

Hi Monalis,

just look at this link..

the example is having complete description: geeks.netindonesia.net/.../DNN_2B00_AJAX-_2D00_-Using-Accordion.aspx

Other helpful link on this: paste.pocoo.org/.../105888

# AJAX Accordion Control &#8220;Flickering&#8221; Issue while implementing in DotNetNuke Site &laquo; KaushaL.NET

Pingback from  AJAX Accordion Control “Flickering” Issue while implementing in DotNetNuke Site « KaushaL.NET

# AJAX Accordion Control &#8220;Flickering&#8221; Issue while implementing in DotNetNuke Site &laquo; KaushaL.NET

Pingback from  AJAX Accordion Control “Flickering” Issue while implementing in DotNetNuke Site «  KaushaL.NET

# re: AJAX Accordion Control "Flickering" Issue while implementing in DotNetNuke Site

Friday, September 04, 2009 9:06 AM by Jason

Yea I tried implementing an Ajax control in DNN, and I am having some trouble.

A critical error has occurred.

The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases.

Im not sure how to assign data to the control, seeing as it doesnt like my method as a datasource.

Anyone got any ideas?

# re: AJAX Accordion Control "Flickering" Issue while implementing in DotNetNuke Site

Saturday, December 26, 2009 9:47 AM by vigrx

Super-Duper site! I am loving it!! Will come back again - taking you feeds also, Thanks.