Hi,
You want to remove the "GroupByControl".
You can define a new View and set the header parts you want (here only the ColumnManagerRow is used):
You want to remove the "GroupByControl".
You can define a new View and set the header parts you want (here only the ColumnManagerRow is used):
<xcdg:DataGridControl>
<xcdg:DataGridControl.View>
<xcdg:TableflowView UseDefaultHeadersFooters="False">
<xcdg:TableflowView.FixedHeaders>
<DataTemplate>
<xcdg:ColumnManagerRow />
</DataTemplate>
</xcdg:TableflowView.FixedHeaders>
</xcdg:TableflowView>
</xcdg:DataGridControl.View>
</xcdg:DataGridControl>