Forum Discussion

DRider's avatar
DRider
Icon for OneStream Employee rankOneStream Employee
9 days ago
Solved

Using "ColumnDisplayType" property in grid view component

The ColumnDisplayType property has two options: WorkflowStatusImage & OneStreamClientImage. I am looking to leverage one of the two options, but have found minimal documentation on them.  What I ha...
  • sameburn's avatar
    8 days ago

    Hi DRider​ 

    To use these you need to...

    1. Set ColumnDisplayType property as OneStreamClientImage.

       

    2. Pass in your nominated XFClientImageTypes property as a string to your nominated column in your DataSet e.g. "StatusOrangeBall".

    3.  Then you get the result displayed as expected.

    4.  XFClientImageTypes available (I am using v9.1) are (you can also see these using intellisense):

    • Delete
    • Download
    • Info
    • Save
    • StatusBlueBall
    • StatusGrayBall
    • StatusGrayCheckMark
    • StatusGreenBall
    • StatusGreenCheckMark
    • StatusLightGreenBall
    • StatusLockedWithCheckMark
    • StatusLockedWithFolder
    • StatusOrangeBall
    • StatusRedBall
    • StatusWhiteBall
    • Upload
    • User

    Hope this helps

    Sam