Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
155
IGrid with Progressbar
posted

how to add progress bar inside the jquey ignite grid.

Parents
  • 18204
    Suggested Answer
    Offline posted

    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.

Reply Children