Progress Bar still doesn't seem


I implemented progressbar to my page but it doesn't seem eventhough other compenents grid, dropdown, autocomplete work fine. .I only put following code.

Thanks,

<ejs-progressbar id="lineardeterminate" type='Linear' height='60' minimum="0" maximum="100"
                 value=100>
</ejs-progressbar>

When i monitoring Chrome's console, the following error is shown.

Uncaught TypeError: Cannot read properties of undefined (reading 'ProgressBar')



2 Replies

Tümer November 19, 2021 08:17 AM UTC

I've also tried your sample which you sent before. Progressbar works on your sample. But i didn't understand what's difference with my project.



DG Durga Gopalakrishnan Syncfusion Team November 22, 2021 12:19 PM UTC

Hi Tumer, 
  
Greetings from Syncfusion. 
  
We have prepared progress bar sample with provided snippet. Control is rendering fine without any console error. Please specify in which scenario you have faced reported problem. We have also attached tested sample for your reference. 
  
<ejs-progressbar id="lineardeterminate" 
                 type='Linear' trackThickness="15" progressThickness="15" 
                 minimum="0" maximum="100" value=50> 
    <e-progressbar-animation enable=true duration=2000 delay=0></e-progressbar-animation> 
</ejs-progressbar> 
  
 
  
  
  
If you are still facing problem, please try to replicate an issue in above sample or share us issue reproduced sample so that it will be helpful for further analysis and provide you the solution. 
  
Regards,  
Durga G 


Loader.
Up arrow icon