Re: Howto keep progressbar visible

  •  07-25-2009, 1:17 AM

    Re: Howto keep progressbar visible

    Hi,
     
    We will provide a new property for that.
     
    You can also check the custom ui example , and use css to show it always :
     
    .MyProgressBar , MyProgressText
    {
          display:static !important;
    }
     
    Regards,
    Terry
View Complete Thread