Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: Header "Drag a column header here to group by that column"

$
0
0
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):
<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>

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>