Custom Managed Grid

Overview

Grids are effective parts of most of the user interfaces in any application. They present a structured set of data to the users. One of common scenario around grids is they can have large number of columns to support the structure of dataset. As the same grid may be presented across multiple personas, there are always requirements to show the specific set of columns of the grid, in specific sequence to different personas. Finally individuals using the grid always have personal preferences for which columns they want to see, in which sequence they want to see it etc. Manually dragging columns to rearrange as per user preference is currently not possible.

Key Features & Functionality

  • Allows individuals to set preference of columns to show, sequence of columns to show on the grid.
  • Sample grid interface provided to showcase how the preference can be set and applied.
  • Can be used for read-only as well as editable grid
  • Extendable framework to set default preference at group level.
Anonymous