Hi,
In my Grid, I need to have a second level of Column Headers that span over several columns as in the image below:
Can you please advise if this is possible, and if so, either provide info on how to do it or direct me to the resources available that will help?
Many thanksJason
Hi Jason,
What you are describing here are Groups. What you do is add a couple of Groups to your grid band. Then assign each column to a group by setting the Group property on the column. I would recommend doing this in the InitializeLayout event of the grid.
Thanks Mike. That worked perfectly.
Cheers