DataGrid Webcontrol

M

Magnus

I have a datasource with items, the DataGrid is bound to this datasource
through its DataSource property.

Each item in the datasource is displayed ok in the DataGrid, with one row
for each item.

However, I would like for each item in the datasource to be displayed over
two rows in the DataGrid, or the HTML output. My idea is to have f.ex. the
name in the first row, and in the second row the address, zipcode etc. is to
be displayed.

HTML output of items in datasource:
item1 - <table row>NAME</table row>
<table row>ADDRESS, ZIPCODE ETC.</table row>
item2 - <table row>NAME</table row>
<table row>ADDRESS, ZIPCODE ETC.</table row>

Is there a way to do this using the datagrid webcontrol??

- Magnus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top