I'm using DataGridView control and DataAdapter with SQL database does all control over it. Database can be of course on demand updated back with whatever user added/deleted/modified in the DataGridView.

Thing is - when DataAdapter initially fills DataGridView control and creating automatically columns and rows (as they are downloaded from SQL database), I need all columns to be MyCustomTextBoxColumn, not default DataGridTextBoxColumn. Can I do that?

Thanks in advance,
Vojtek