Rank: Newbie Groups: Member
Joined: 1/13/2011 Posts: 1
|
Hi, I'm from Brazil, sorry if my english is wrong.... My application has a gridview and I insert a progressbar in a column, but the progressbar appears on one line and the line following the progressbar disappears, as shown in the picture below: Has anyone seen this bug? Regards, Neder
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The main feature of the ProgressBar is that it can move. In your case you don't need this feature at all, so the best solution is probably use CSS background color and width to create the bar. Because ProgressBar can move, it is much more complicated than a static indicator, thus it is not designed to be used in great numbers in a single page.
Thanks!
|