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

Structure RadGridView

0 Answers 45 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ala eddine
Top achievements
Rank 1
Ala eddine asked on 30 Oct 2012, 10:35 AM
Hi,

I'm working on a radgridview to show 1 million rows using WCF RIA Services ;
for the moment I page the data in a radgridview ;


I have to create a generic model of a radgridview  
that expose the months in the columns , the numbers in the rows and the expenses in the cells (as values)
(for one number we have an expense by month )
i didn't found how to add  dynamically a column taking the month in the header and values in specific cells.


Number |   Month 1      |   Month 2        |        Month 3 | ........
--------------------------------------------------------------------------------
542111  |  13.2             |  3                   |                 32 | ........
658711  |   10.75          |  21                 |                 10 | ........
632911  |  5                  |   9.5               |                7.8 | ........
987321  |   0                 |   20                |              15.9 | ........


Any ideas ? thank you :)

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Ala eddine
Top achievements
Rank 1
Share this question
or