Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I have a modalpopupextender and a Jquery plugin, ALS(http://als.musings.it/), the elements of the scrolling list is populated dynamically.
Since, the dynamic elements are heavy and needs database transactions to occur, the flicker at page load is quite evident.
To counter the flicker, I tried setting the display to none, style="display:none" in the panel containing the popup, but doing this, the scroller vanishes.

I am unable to make the scroller work and stop the flicker at the same time.

Any help is appreciated.
Posted
Comments
Can't you start the scroll after all the data gets loaded?

1 solution

i have been trying that, but that either breaks the scroller, i.e, all the app icons are shown, or the takes a long time on button click.

Moreover, I have 3 modal popups doing almost the same thing which loads at page_load, so, the flicker is very evident.
 
Share this answer
 
Comments
ZurdoDev 14-Jan-14 14:54pm    
Did you mean to post this as a solution?
JoCodes 15-Jan-14 0:01am    
Dont post it as a solution unless it is

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900