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

[Solved] How to create Display data in custom format

0 Answers 56 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Naveen T
Top achievements
Rank 1
Naveen T asked on 04 Jul 2011, 03:00 PM
Hi telerik,

I have sample data as below:

Area Table
Areas
-------
Area 1
Area 2
........
Area n

-----------------------------------------------------------------------------
Metric Table

Name  |  Area |   locality | PV |  FV
-----------------------------------------
User1    Area1  l1       10     20
User2    Area2   l1         1      5
User3   Area4    l5         80    Null
User1   Area4    l6         100  50
User3   Area5    l2         Null  Null

For above data i should display iin below way:


                       Area 1              Area 2     ------                 Area 4 --------Area 6 -------- Area N
----------------------------------------------------------------------------------------------------------------------
Area1             PV  |  FV           PV  |  FV   ------            PV  |  FV        PV | FV          PV | FV
------------------------------------------------------------------------------------------------------------------------
 User1            10      20                                               100   50 
--------------------------------------------------------------------------------------------------------------------
Area2            PV | FV               PV | FV ------             PV | FV           PV | FV             PV | FV
------------------------------------------------------------------------------------------------------------------------
User2                                        10 20                 
user n               

what need to do for displaying in this format
please reply ASAP.

With Regards,
Nav.
 





Tags
GridView
Asked by
Naveen T
Top achievements
Rank 1
Share this question
or