Dear Telerik Support Team,
|
Jan |
Feb |
Mar |
Apr |
May |
Jun |
Jul |
Aug |
Sep |
Oct |
Nov |
Dec |
Index1 |
76% |
77% |
88% |
12% |
45% |
73% |
21% |
22% |
38% |
12% |
N/A |
N/A |
Index2 |
23% |
76% |
88% |
24% |
77% |
12% |
33% |
15% |
94% |
44% |
N/A |
N/A |
I want to show statistic data as above using RadGrid. (RadGrid.DataSource = DataTable)
However, the DataTable will disappear after PostBack(such as paging and sorting).
My questions are:
(1) Can the RadGrid remains the data after postback? (Currently, I place them in Session and reassign in the Page_Load event. RadGrid.DataSource = Session[“tbl”])
(2) As you see, the table above is simple, no sorting or paging needed. Is there any trim-down version of RadGrid to suit such case? Although I can disable all functions of RadGrid, I still think that RadGrid should be used for more complicated cases.
Regards,
Alex