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.
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.
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.