HI all I'm Kind of new to Grids
i want to build an grid which looks kind of this
Grid Title | Column Title | Column Title |
row Title | Value | Value |
row Title | Value | Value |
row Title | Value | Value |
The "title" fields should not get a static content so they should not be retrieved from the database,
the "value" fields should be "dynamic" and get their content from a database.
Now my question : how do I create these "static" fields?