Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
835
How to Remove Headers from GroupByRows
posted

Hi everyone, I have a grid where I am grouping by a column. When I group by that column it repeats the column headers for each group by row. How can I prevent that from happening and only show the column headers once. Similar to MS Outlook 2007.  Any one??  Thanks in advance.

jose

Parents
No Data
Reply
  • 1803
    Verified Answer
    posted

    Hi Jose ,

    use this property to

    UltraGrid1.DisplayLayout.Bands(0).Override.HeaderPlacement = HeaderPlacement.FixedOnTop

     Try some other properties you will find intresting.......

    HeaderPlacement.OncePerGroupedRowIsland

    HeaderPlacement.OncePerRowIsland

    HeaderPlacement.RepeatOnBreak

     Njoy koding,

    Arun..

     

     

     

     

     

     

Children