Announcement

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

    Can I create a button in a ListGrid cell?

    Maybe I've missed a post, but I can't find a simple way to have a clickable button in a record cell of a ListGrid. We are using a record component right now, but this gives issues when we want that only conditional (thus only in one cell and only for some records).

    Any help would be appreciated...

    #2
    Typically, a field of type "icon" is used unless some specific features of Buttons are needed. Otherwise, you can use recordComponents, and you can make them conditional per row by simply returning null.

    Comment


      #3
      Thanks, I worked this one out via recordComponents, I had another cause for the functionality not working...

      Comment

      Working...
      X