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

[Solved] multiple "columns" in a radgrid

2 Answers 376 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sanoj
Top achievements
Rank 1
Sanoj asked on 28 Oct 2009, 01:22 PM
Is it possible to split a radgrid in 2, when a certain number of items is reached and put 1 the left and the other on the right.
By columns i do NOT mean a column for each datafield of the item in the grid, but all the columns with the data of a griditem:
Basically I'm looking if a RadGrid can do the following:

RadgridTitle:
RadgridItem1 | RadgridItem2
RadgridItem3 | RadgridItem4

Each RadgridItem consists of the usual columns displaying the data of the item.

2 Answers, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 28 Oct 2009, 02:38 PM
I don't think you can just split a grid like that. And alternative would be to have something like in this demo, but you do not have all the columns for each item etc. Another option would be to have to separate RadGrids however that will create a lot of issues with sorting/filtering in both of them.
0
Sebastian
Telerik team
answered on 28 Oct 2009, 04:34 PM
Hi guys,

One more possibility is to use RadListView for ASP.NET AJAX from the Q3 2009 Beta version which allows you to freely customize the layout of the displayed data in par with your preferences:

http://demos.telerik.com/aspnet-ajax-beta/listview/examples/overview/defaultcs.aspx

Greetings,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Sanoj
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Sebastian
Telerik team
Share this question
or