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

[Solved] To show table like data of a single record

2 Answers 97 Views
Grid
This is a migrated thread and some comments may be shown as answers.
PureRamu
Top achievements
Rank 1
PureRamu asked on 28 May 2009, 11:22 AM


I have a collection of key value pairs
or

 I can say details of a single person

or

a single record from a  table in a database


I have to show them in a table.

 
(I cant use grid as such)
because my data  have a lay out like  given bellow



Full name                      :Alen
Total balance leave      :100
Leave taken                  :3
Leave waiting approval :8
Leave remaining          :89

Can i configure a Rad grid to show such a data?
if not which rad control i use to show a data as given above?
This is a bit urgent case for me.

I would like to have good look and feel like grid for the table too that is why I am contacting telerik

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 28 May 2009, 11:50 AM
Hi,

You can check out the following online demo of RadGrid wherein the ItemTemplate feature of RadGrid is made use of. By defining custom row template each item is rendered in the grid in whichever way you specify between the ItemTemplate tags of the relevant GridTableView instance. You can hide the Headers(ShowHeader= "false") by setting the corresponding property to meet your scenario.
CardView

Hope this helps..
Princy.

0
PureRamu
Top achievements
Rank 1
answered on 28 May 2009, 01:27 PM
This is not what i want .
i want  just a RadTable :)
or RadDetailsView  :)

becasue i have jsut show tabular data , with better look and feel....

Tags
Grid
Asked by
PureRamu
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
PureRamu
Top achievements
Rank 1
Share this question
or