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
45
WinGrid Custom Header
posted

I understand the bands concept and I was able to create WinGrid with bands (C#). My Data is hierarchial and it is generated without a DataTable structure. What I'm not able to do is group the headers of bands into a single header row. It would be really helpful if someone can guide me.

In the below example with the data specific to my requirement, Region is the parent and Groups are child. They are related by Region ID which is not displayed. Type and Feature Score belong to band Group. My requirement is to display the headers as shown below, is there any configurable options in WinGrid to achieve the same? Or what is the possible WinGrid that I can create which will resemble this?