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

Is possible binding DataTable without rowdescription and column description ?

1 Answer 74 Views
PivotGrid and PivotFieldList
This is a migrated thread and some comments may be shown as answers.
lee
Top achievements
Rank 1
lee asked on 08 Nov 2012, 03:18 AM

 

A regular grid like query data from DataTable and binding directly
Since the binding , at run-time
I want to specify the row and column possible?

I want like this.

DataTable                                       pivot grid                                       
col1      col2    col3        =====>      col1     col2     col3        
==============                         ================
a            c          d                              a           c          d
a            c          d                              a           c          d
a            c          d                              a           c          d

1 Answer, 1 is accepted

Sort by
0
Ivan Todorov
Telerik team
answered on 12 Nov 2012, 03:13 PM
Hi Lee,

Thank you for your question.

No, this scenario cannot be achieved. RadPivotGrid is designed to display aggregated information for grouped data only. To display regular grid-like data, you can use RadGridView or RadListView in DetailView mode.

Should you have any other questions, do not hesitate to ask.

Greetings,
Ivan Todorov
the Telerik team
Q3’12 of RadControls for WinForms is available for download (see what's new). Get it today.
Tags
PivotGrid and PivotFieldList
Asked by
lee
Top achievements
Rank 1
Answers by
Ivan Todorov
Telerik team
Share this question
or