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

Group panel for only repeated rows in the grid

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Akki
Top achievements
Rank 1
Akki asked on 13 Jan 2012, 08:20 AM
Hi,

In my page I have telerik grid, in that some rows are repeated. I need to show the repeated rows in group panel. If I add the group expression in my code, the group panel will come for all the rows in grid. Is it possible to put the group panel only for the repeated data(rows) in the grid. Thanks in advance.

Thanks,
Akki

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 13 Jan 2012, 09:34 AM
Hello Akki,

to achieve this you have to manfully set the record.

Like:

Col1,col2,col3
1,name1,1
1,name2,2
1,name2,2

Now, you can group by using column col3 .

Thanks,
Jayesh Goyani
Tags
Grid
Asked by
Akki
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or