Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    progress bar in listgrid

    Can I use a progress bar in a listgrid column?
    If so, how do I use it? Create a custom canvas item and use that as the display type?

    #2
    You could achieve a simple, non-interactive progress bar by just using a formatCellValue to write out a colored DIV. Otherwise, use recordComponents for an interactive progress bar shown while *not* editing, and a CanvasItem if you have in mind some kind of editable progress bar interaction.

    Comment

    Working...
    X