I have created a simple grid that has group header rows following the Aggregates example.
Now the issue I have is that I want my users to be able to select the cells in this grid and paste them into Excel. The issue is that I can select, copy and paste the regular data rows fine but I can't select the cells with the aggregate data. Is there a way to make the aggregate rows selectable?
<Style TargetType="telerik:GroupHeaderRow">
<Setter Property="ShowGroupHeaderColumnAggregates" Value="True" />
<Setter Property="ShowHeaderAggregates" Value="False" />
</Style>Now the issue I have is that I want my users to be able to select the cells in this grid and paste them into Excel. The issue is that I can select, copy and paste the regular data rows fine but I can't select the cells with the aggregate data. Is there a way to make the aggregate rows selectable?