|
-
January 2nd, 2009, 09:10 AM
#1
How SQL DataAdapter can add a custom column to DataGridView?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|