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

Cell Merge In grid

1 Answer 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sengottuvel
Top achievements
Rank 1
Sengottuvel asked on 07 Nov 2012, 04:02 AM
Hi,

I want to merge common cell values to single cell(like row span)

My Data:

UserName Name Date
------------------------------------------
user somename 1/12/12
user somename 2/12/12
user somename 3/12/12
user somename1 2/11/12
user somename1 3/11/12
user somename1 4/11/12
user somename2 6/12/12
user somename2 7/12/12
user somename2 5/12/12

I want like this

UserName        Name             Date
------------------------------------------
                                                  1/12/12
                         somename        2/12/12
                                                  3/12/12
                       -----------------------------------
                                                  2/11/12
user                 somename1      3/11/12
                                                  4/11/12
                       ----------------------------------
                                                   6/12/12
                        somename         7/12/12
                                                   5/12/12

when we using grouping it will display all the names. but we need only one name(User have 9 times but we need to display one time)

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 09 Nov 2012, 01:03 PM
Hello,

I have answered your question in the other forum thread you have opened.

Greetings,
Andrey
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
Grid
Asked by
Sengottuvel
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or