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

[Solved] MVC Grid Multiple fields in a column

1 Answer 105 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Lee
Top achievements
Rank 1
Lee asked on 21 Apr 2011, 12:05 PM
Hi,

To reduce the width of a telerik MVC grid, I want to have one column that contains 3 bound fields. I have the following....

.Columns(columns =>
        {
            columns.Bound(o => o.Field1).Width(200);
            columns.Bound(o => o.Field2).Width(200);
            columns.Bound(o => o.Field3).Width(200);
            columns.Bound(o => o.Field4).Width(200);
        })

How can I get it so that Field1, Field2 & Field3 are on top of each other, so that the grid has just two columns, one containing the Field1, Field2 & Field3 and the other containing Field4?

1 Answer, 1 is accepted

Sort by
0
Lee
Top achievements
Rank 1
answered on 06 May 2011, 12:52 AM
Nudge!!!

Can anyone help?
Tags
Grid
Asked by
Lee
Top achievements
Rank 1
Answers by
Lee
Top achievements
Rank 1
Share this question
or