0
votes
Is it possible to bind complex type properties to a datagrid?
The way that I approached this in a recent application was to create my own DataGridViewColumn and DataGridViewCell classes inheriting off of one of the existing ones such as DataGridViewTextBoxCol …
1
vote
DataGridView’s bound table only generates one RowChanged event on a double-click. How do I make it do two?
The reason that making an empty DoubleClick event method would not help would be that is executed in addition to the other operations that happen when a double click occurs.
If you look at …
0
votes
Create Excel (.XLS and .XLSX) file from C#
You may want to take a look at http://www.gemboxsoftware.com/GBSpreadsheetFree.htm.
They have a free version …
0
votes
Modifying Excel spreadsheet with .NET
You may want to take a look at http://www.gemboxsoftware.com/GBSpreadsheetFree.htm.
They have a free version …
