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

header within header in grid

2 Answers 69 Views
Grid
This is a migrated thread and some comments may be shown as answers.
appdev
Top achievements
Rank 1
appdev asked on 07 Jan 2009, 05:02 PM
i want to have a grid that has a format like this
                             Student 1                                            Student 2
              Point            Total           percent           Point          Total          Percent
rank
score
sport
Total      

so every three columns there is a student header, also each column has its own header, and the rank, score are also header. and last is total of all the points for column point. can we do this with telerik grad?

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 08 Jan 2009, 04:23 AM
Hi Duy,

You can implement Multi-header Columns using TemplateColumns. Go through the following help article which explains how to achieve this.
Customizing with GridTemplateColumn

You can also refer the following demo which explains how to display a Pivot data.
Displaying pivot data

Shinu.
0
appdev
Top achievements
Rank 1
answered on 08 Jan 2009, 01:31 PM
i would like to be able to do this automatically on the server side. using gridview1.datasource = ...... gridview1.bind and then just add the header after that. like gridview1.extraheader or something. all my columns and rows are driven by the number of records in the database.
Tags
Grid
Asked by
appdev
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
appdev
Top achievements
Rank 1
Share this question
or