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

[Solved] Undesireable result with Grid Grouping - Column bound to model

2 Answers 68 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.
Frank Michael
Top achievements
Rank 1
Frank Michael asked on 27 May 2010, 02:18 PM
If I have such a model:
public class WorkitemGridRow : Workitem 
    { 
        [UIHint("SprintSelection")] 
        public Sprint SprintModel { getset; } 
 

And a grid:

if (Model.viewSprints) c.Bound(s => s.SprintModel) 
                .ClientTemplate("<# if (SprintModel) { #><#= SprintModel.Title#> <#} else { #> none <# } #>"
                .ReadOnly(false).Width(250).Title("Sprint"); 

And I will group by Sprint Title, the result is as shown in the attachment - undesireable.

2 Answers, 1 is accepted

Sort by
0
Accepted
Atanas Korchev
Telerik team
answered on 27 May 2010, 02:21 PM
Hi Frank Michael ,

Unfortunately this is currently not implemented. The client template is not used when grouping. We will try to resolve this in a future release. For now you can disable grouping for that column.

Regards,
Atanas Korchev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Frank Michael
Top achievements
Rank 1
answered on 27 May 2010, 02:23 PM
Ok. I am looking forward to that release, because it is an important column and it makes absolutely sense to group by it.
Tags
Grid
Asked by
Frank Michael
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Frank Michael
Top achievements
Rank 1
Share this question
or