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

VERY SImple Pivot Grid

1 Answer 37 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 09 Feb 2015, 04:04 PM
I have a table with a schema which looks like:

 
Name
Field1
Field2
Field3
Field4
Field5
 
which I want to display as

 
                              Name                    Name                    Name                    Name

Field1                    field1data              field1data              field1data              field1data

Field2                    field2data              field2data              field2data              field2data

Field3                    field3data              field3data              field3data              field3data

Field4                    field4data              field4data              field4data              field4data

Field5                    field5data              field5data              field5data              field5data

 
etc.
 
I don't want subtotals, totals, aggregates, filtering, sorting - just the data but try as I might I just can't seem to configure a RadPivotGrid control to give me what I want. How would I go about this or is the RadPivotGrid simply the wrong control to use for such a simplistic task?



Many thanks
Jon White



1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 11 Feb 2015, 02:23 PM
Hi Jon,

Better approach for this kind of data is using the RadGrid control with pivot layout. See the help topic below that demonstrates such implementation and verify if it covers your requirements:

http://www.telerik.com/help/aspnet-ajax/grid-pivot-data.html

I hope this helps.

Regards,
Maria Ilieva
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
PivotGrid
Asked by
Jon
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or