Hey guys,
I've browsed what SO gives me as possible answers but I can't find a solution to my problem.
I have a gridview which should allow rows to be in edit mode. this more or less cancels out the use of a repeater I think.
The thing is, the header is "special". It should have multiple rows with some cells spanning multiple columns. an example:
| availabilty monitoring | monitoring |
| colu 1 | colu 2 | colu 3 | col 4 | col 5 |
(1 2 and 3 are parts of availabilty, 4 and 5 of usual monitoring)
keeping in mind that there's 4 rows in the header I have in mind.
is there any way to achieve this kind of header with the option to allow editing?
thx