Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Thufir12 on Nov 13, 2008 16:08
open dhtmlx forum
Progress Bar freezes

Hello,

I'm using the newest dhtmlXGrid (1.6). I have attached to my grid, according to some knowledge base articles, the events onXLS and onXLE. The events are raised - no problem. What I do is showing and hiding a div - it works, but in this div I have placed an animated gif showing the progress bar - and here the game begins - while loading data the gif freezes - it doesn't animate itself at all. What is the reason and how to fix it ??

Greetings
Answer posted by Support on Nov 14, 2008 01:54
There is nothing special in grid processing which can freeze gif animation, but the next may occur. 
The data loading consists from two phases
 - data loading
 - rendering grid based on incoming data
while first phase doesn't use CPU, second phase requres a lot of calculation, and may eat all available resources, so browser will pause updates , which will result in gif freezing.