Rank: Newbie Groups: Member
Joined: 1/5/2011 Posts: 1
|
Hi, In my application i'm using grid, which contain more data, the loading time is more, so i'm planning to integrate a progress bar. please help me out...
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
It is unlikely the browser will have time to load the ProgressBar if it takes a long time to load the Grid. So this won't be a workable solution for you. In your case you should consider reducing the amount of data loaded to the client side, for example, by enabling server side paging.
Thanks!
|