I am assigned with a task that will dynamically build columns for my grid during runtime (Items per Location). And the number of columns to be shown depends on how many locations my application have. Generating the columns is easy BUT since each columns in the FIXGRID requires getters and setters, I find it challenging achieving this task.
Is there any other component that will help me achieve this task ?