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
680
WinGrid Header
posted

I have a UltraGrid and its datasource is BindingList<Objects>

I do group by a particular column
band.SortedColumns.Add("Key", false, true);

Now I see a header on top of each group and on Grid. How do I hide the one top of Grid. Please see attached file to see my Grid appearance.

 

Thank you

WinGrid.zip