How can we expand/collapse rows in Read Only Grid

Certified Senior Developer

I want to collapse/Expand rows in read only grid by based on particular field and how can it will implemented

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Generally speaking there isn't any official out-of-box way to do this.  If you're good at code-level control of grids, though, you can use various means (my suggestion would be RichTextIcons paired with DynamicLinks) to sorta "fake collapse" individual rows, which you could basically just use to show more or less bulk of information in that row (but not hide it entirely, as having a "show again" icon would still require at least an icon-width item to be displayed on that row). 

    If you can provide any additional detail about what you're hoping for, it might help get more detailed feedback.

Reply
  • 0
    Certified Lead Developer

    Generally speaking there isn't any official out-of-box way to do this.  If you're good at code-level control of grids, though, you can use various means (my suggestion would be RichTextIcons paired with DynamicLinks) to sorta "fake collapse" individual rows, which you could basically just use to show more or less bulk of information in that row (but not hide it entirely, as having a "show again" icon would still require at least an icon-width item to be displayed on that row). 

    If you can provide any additional detail about what you're hoping for, it might help get more detailed feedback.

Children