I have a windows application with several forms that contain DataGrid controls. The user wants to be able to select/highlight desired rows and right-click, or simply right-click anywhere within the DataGrid and have the DataGrid contents exported to MS Excel or saved into a CSV file. I noticed most of the threads addressing this topic apply to web-based applications. Can anyone advise me how to accomplish this task for a windows-based application?