Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
Multiple Grid Rows per DataRow
posted

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:

Customer City State Zip Code Comments
Address1 Address2 Phone Fax
John Doe Houston Texas 99999 This is a test customer
123 Main Street Apt. #1 (999)999-9999 (888) 888-8888

Is this even possible with the WebGrid?

Thanks.