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
65
Repeating column headers
posted
Hi,I have an UltraWinGrid where all parent and child objects that the grid is bound to are of the same class (using a BindingList and child BindingLists). Because all rows have the same columns, for parents and children, I want to have only one set of column headers for the entire grid. I managed to hide the column headers on Band[1] and below using ColHeadersVisible = false. But I can’t figure out how to stop the Band[0] headers from repeating after the child rows.Is it possible to suppress these repeating column headers for Band[0]? Thanks,- Max