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

RadGrid Binding

1 Answer 85 Views
Grid
This is a migrated thread and some comments may be shown as answers.
anju
Top achievements
Rank 1
anju asked on 23 Apr 2015, 07:53 AM

hi all,

i m new to telerik controls.. please help me.. i want to know whether we can display the table  value from database side by side like i shown below.. if it is possible how can we do that using telerik. 

   Name:abx              Place  :xxx                  
no         list                no         list
1           aa                 2           cc
3           ss                 4           dd

 

Thanks in Advance,

Anju

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 28 Apr 2015, 07:04 AM
Hi Anju,

Generally, you can achieve this requirement using GridTemplateColumn:
http://demos.telerik.com/aspnet-ajax/grid/examples/columns-rows/columns/column-types/defaultcs.aspx

You can also examine the following live samples:

DetailItemTemplate:
http://demos.telerik.com/aspnet-ajax/grid/examples/columns-rows/rows/detailitemtemplate/defaultcs.aspx


Multi-column headers:
http://demos.telerik.com/aspnet-ajax/grid/examples/columns-rows/columns/multi-column-headers/defaultcs.aspx

Hierarchy:
http://demos.telerik.com/aspnet-ajax/grid/examples/data-binding/programmatic-hierarchy/defaultcs.aspx


By default, RadGrid provides group footers which you can use to display the Totals:
http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/grouping/group-footers/defaultcs.aspx

You can also edit, delete or insert records with RadGrid. RadPivotGrid, on the other hand, is specifically designed to visualize calculated data and present the users with logically grouped information:
http://blogs.telerik.com/aspnet-ajax/posts/13-12-03/aspnet-pivot-table-made-easy

You can examine its capabilities through our live samples:
http://demos.telerik.com/aspnet-ajax/pivotgrid/examples/firstlook/defaultcs.aspx


Hope this helps.

Regards,
Eyup
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Grid
Asked by
anju
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or