Hi
I need to modify the header row of the DataGridView control. I don't want to
change the current column headers but I need to add a kind of sub header row
which will contain a couple of function buttons for changing the contents of
a column. For example one of the column functions should allow a user to
click a button which changes the values of all rows within a column to the
value in the first cell.
My question is what are my best options to allow for this? I have considered
deriving from DataGridViewColumnHeaderCell but this seems a lot of work
partly because I don't want to change the functionality of that type. I want
to add a row underneath which is not data bound and always stays underneath
the header row.
I'm new to windows forms but have plenty of .net knowledge. I tried to find
some examples/tutorials of modifying the DataGridView but have found very
little.
Any help or advice appreciated.
Thanks
Andrew