Announcement

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

    Frozen fields in ListGrid

    We have a need to have one set of fields to be frozen on the left side of grid (like it currently works with frozen fields) and another set of fields to be frozen on the right side. So that when you scroll horizontal scroll bar, you only scroll a middle part between left and right frozen field sets. Is it possible to implement this? If no, is it possible to "order" such a functionality (be a feature sponsor)?

    #2
    One approach to doing this would be to add another ListGrid for the right-hand frozen columns, with the same data set, and use event handlers to sync the scroll position, selection, etc, between the top grids. This would work for simpler cases, but would get increasingly complicated if you tried to support editing, dynamic freezing of columns, etc.

    The other option is to sponsor the feature - use the Contact Us page to initiate that, and be sure to indicate what features you need to have working with right-hand frozen columns (such as editing, recordComponents, autofit, etc).

    Comment

    Working...
    X