Is there a way to make the WebGrid display multiple grid rows for each datarow in a datatable? I have a datatable that has several columns I need to return and I want to avoid having the user scroll horizontally. So I would like to stack the columns. I have seen some grid controls where this is possible. In case I am not explaining this right here is an example of what I want:
Is this even possible with the WebGrid?
Thanks.
Unfortunately the WebGrid does not support row layouts like this. You could get the header to look like that, but not the rows themselves.