Announcement

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

    Progress Bar Component inside ListGrid Cell

    Is it possible for Smartclient to achieve the attached ListGrid? We want to embed a progress bar component inside grid cell.

    I went through SmartClient examples and I did not find any example looks like a progress bar component. I wonder if you can give me any suggestion on how to achieve this using SmartClient.

    Thanks
    Attached Files

    #2
    To render a progress bar, consider using the Progressbar widget.

    To embed components in grids as you've shown, see ListGrid.showRecordComponents.

    Comment


      #3
      Originally posted by Isomorphic View Post
      To render a progress bar, consider using the Progressbar widget.

      To embed components in grids as you've shown, see ListGrid.showRecordComponents.
      This works perfect. Thank you.

      Comment

      Working...
      X