Question
Repeating Grid, List, GroupBy column
Dear Folks,
I have a requirement to display list of WorkBasket in a Grid Layout, where User wants to see the list in Grouped-By format based on First letters of the List.
Example. List {Alabama, Alaska, Arizona, California, Colorado, Connecticut} So I have to group the List based on A,C.
On Click of "A" it should shows Alabama, Alaska, Arizona
On Click of "C" it should shows California, Colorado, Connecticut.
What I feel we cant group it without having a specific column in DB. If there is any other way please suggest.
***Updated by moderator: Lochan to add Categories***
This is not available out of the box for Repeating Grid Layout. To generate this kind of structure, you have to have pagelist inside pagelist i.e. Top level page will contain all the unique starting letters and the nested pagelist will contain all the items starting with that letter.
A
|-> Alabama
|-> Alaska
C
|-> California
The above list can be configured with Repeating Tree or Repeating Grid (with expand pane mode) to accompolish the desired scenario.