how to add progress bar inside the jquey ignite grid.
Hello Bharathi P,
Thank you for posting in our forums!
You can specify a template that includes HTML for the igGrid's columns. Inside the template, you can create an element that will be used for the progress bar. Then, after the rows are rendered, you can call your code to initialize the progressbar on the template. I recommend doing this in the rowsRendered event.
You can see an example of this in the following jsFiddle:
http://jsfiddle.net/ig_mharrington/vjf7k9sb/
If you have any further questions or concerns with this, please let me know.
Thank your so much. Progress bar in igGrid works fine.
i would like to print the value of progress bar near the progress bar chart and also how to change the color dynamically based on the condition
Please give me the solution if possible.