This is a migrated thread and some comments may be shown as answers.

Displaying Data in a Multi-Column, Multi-Row using RadGrid

2 Answers 366 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Raj
Top achievements
Rank 1
Raj asked on 27 Jun 2011, 02:30 PM
Hi,

I am trying to get my records in Multi-Column, Multi-Row format using RadGrid. This is easily done using DataList as below.

Please see Step 3 in: http://www.asp.net/data-access/tutorials/showing-multiple-records-per-row-with-the-datalist-control-vb

How can we do the same using RadGrid.

Thanks,
Raj

2 Answers, 1 is accepted

Sort by
0
Tamkeen
Top achievements
Rank 2
answered on 28 Jun 2011, 12:24 PM
hi Raj
using list view u can solve your problem easy
see this link.(listview)
(or)
<radlistview>
<itemtemplate>
<fiedlset>
id:<%#Eval("id")%>

</fiedlset>
</itemtemplate>


</radlistview>
u can customizes the your grid
0
Raj
Top achievements
Rank 1
answered on 29 Jun 2011, 02:48 PM
Hi Sheraj,

Thank you for the reply.

Regards,
Raj
Tags
Grid
Asked by
Raj
Top achievements
Rank 1
Answers by
Tamkeen
Top achievements
Rank 2
Raj
Top achievements
Rank 1
Share this question
or