I have a program that requires the function to copy selected rows from the
datagrid to the clipboard. That is easy since it does it for you but what I
need to do is also copy the datagrid column headers with the data from the
datagrid. Is there a way to acheive this functionality?? I dont have a
problem with overriding a datagrid since I rolled my own inherited datagrid.
But I cant seem to locate the method to do this
Gary