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

Cannot Group by draging header

2 Answers 64 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tajes
Top achievements
Rank 1
Tajes asked on 11 Feb 2011, 10:35 AM
Hello,
     I have a problem with the RadGrid. I can't grouping draging a header to group panel. If I group by code like the following, it works. When the page is loaded the grid appears grouped, but if I remove the group draging it out from the group panel the grid is ungrouped and then I can't to group again draging a header or even reorder headers draging them.

<MasterTableView>
        
       <GroupByExpressions>
       <telerik:GridGroupByExpression>
       <GroupByFields>
       <telerik:GridGroupByField FieldName="Usuario.Login" />
       </GroupByFields>
       <SelectFields>
       <telerik:GridGroupByField FieldName="Usuario.Login" />
       </SelectFields>
       </telerik:GridGroupByExpression>
       </GroupByExpressions>
       </MasterTableView>

I have GroupingEnabled property set to true and also ShowGroupPanel. I was looking for a solution in the forum and I haven't found anybody with the same issue.

Can anybody help me.  Thanks in advance.





2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 11 Feb 2011, 11:16 AM
Hello,


You need to set the  ClientSettings - AllowDragToGroup proeprty to "True" in order to enable drag-drop grouping.

Check the following demo:
Grid / Client Group Load


Thanks,
Princy.
0
Tajes
Top achievements
Rank 1
answered on 11 Feb 2011, 01:10 PM
Thank you so much, I'm sorry I'm a asp.net beginner
Tags
Grid
Asked by
Tajes
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Tajes
Top achievements
Rank 1
Share this question
or