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

Multiple rows in a column

1 Answer 38 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
NVB
Top achievements
Rank 1
NVB asked on 17 Oct 2012, 11:38 PM

I have  Radgrid with  6 columns

One of the column say 4th_col can have multiple rows within itself.
Basically the parent row id will be the key for retrieving the rows for 4th column.

I am doing inline editing on complet parent rows which means the 4ht column rows are also open.Now on top of that I should be able to add rows in the 4th column.

I hope I am clear

Do you have any sugesstions/ approaches?

Thanks

1 Answer, 1 is accepted

Sort by
0
Marin
Telerik team
answered on 22 Oct 2012, 10:55 AM
Hi,

 RadGrid supports only tabular structures meaning that each column has equal number of cells corresponding to the rows in the grid. When a row goes in edit mode only the corresponding cell for each of the columns can be edited. If you need more complex structure within a cell you can use a grid template column and define the Item and Edit templates which determine how the information will be presented during and edit and display modes.

Regards,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
NVB
Top achievements
Rank 1
Answers by
Marin
Telerik team
Share this question
or