separator in editable grid?

I display survey questions in an editable grid. When a users has to fill out two (or more) surveys, I would like to have some kind of header/separator that marks the start of another survey, like the example below. The header/separator contains text and preferably have a different visual look then the question records.

survey 1 - general info = seperator line/record
1 what’s you age
2 where do you live…
3 etcetera
survey 2 - other info = seperator line/record
1 What do you think about…?
2 etcetera
survey 3…

As you can see, the position of these separators depends on the numer of questions in a survey, so it’s dynamically determined.

Any suggestions?

Re: separator in editable grid?

Containers with grids? It would be nice to have blocks or something.

I am not sure if SC allows you to inject HTML between rows unless you trap something in JS, or something.

Regards,
Scott.

Re: separator in editable grid?

You mean one container containing a grid for each survey?

Is this possible when the number of surveys van vary? Can you dynamically set the number of grids to display in the container?

Re: separator in editable grid?

Freezer,

Honestly … I am not sure. I was just offering suggestion, as it seems you have hit a wall. I know what you are looking for, but I am not sure you can perform this in a canned app.

The approach that may also work is a grid on the left with all of the headers and a form to the left or below for editing the survey questions that is dynamic?

Regards,
Scott.