This question is locked. New answers and comments are not allowed.
We are using a Grid to to represent different data types. Therefore, the Grid it bound to its source dynamically and the column generation is automatic. Well, this doesn't provide for must customization on the columns.
What would you recommend in terms of dynamically specifying the column definition based on the data to which the Grid is bound? I've already figured out how to use selectors for the detail views. Can something like that be done for the grid?
So, these seem to be my options:
1. Pass some sort of definition to the grid and programatically construct the column definitions.
2. Define three different grids (each for the datatype is represents).
Any other ideas?
-- xavier
What would you recommend in terms of dynamically specifying the column definition based on the data to which the Grid is bound? I've already figured out how to use selectors for the detail views. Can something like that be done for the grid?
So, these seem to be my options:
1. Pass some sort of definition to the grid and programatically construct the column definitions.
2. Define three different grids (each for the datatype is represents).
Any other ideas?
-- xavier
