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

how to span results accross multiple columns in grid

2 Answers 77 Views
Grid
This is a migrated thread and some comments may be shown as answers.
TippCityTom
Top achievements
Rank 1
TippCityTom asked on 15 Feb 2010, 03:16 PM
Want results of single column of values, say topics, the results would yield 50 records  how do I show those results in multiple columns spanning accross the page.  Show maximum of 10 results in first column and then 10 in 2nd and so on, spaced evenly accross the page with maximum of say 5 columns per page (5 columns 10 items each column) then in grid (set to 50 records) would have a next page to display records 51-100  ect...  
Example

data1        data11       data21        data31       data41
data2        data12       data22        data32       data42
data3        data13       data23        data33       data43
...              ....              .....              ....              .....

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 16 Feb 2010, 04:53 AM
Hi Thomas,

The following demo shows how to use the global item template feature of RadGrid for ASP.NET AJAX to create ListView/DataList like data presentation. I hope this will help in achieving the required.
ListView/DataList View

-Shinu.
0
TippCityTom
Top achievements
Rank 1
answered on 16 Feb 2010, 04:25 PM
Thank you!
Tags
Grid
Asked by
TippCityTom
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
TippCityTom
Top achievements
Rank 1
Share this question
or