Re: DataGridView Question - VB.NET 2005
- From: "Samuel Shulman" <samuel.shulman@xxxxxxxxxxxx>
- Date: Thu, 29 Jun 2006 21:43:23 +0100
I populate it manually
"Brian Tkatch" <Maxwell_Smart@xxxxxxxxxxxxxxx> wrote in message
news:1151610694.610444.92450@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Samuel Shulman wrote:
I actually don't bind it
Samuel
"Brian Tkatch" <Maxwell_Smart@xxxxxxxxxxxxxxx> wrote in message
news:1151593790.964053.160700@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Samuel Shulman wrote:
Hi
I am starting to use this powerful controls but I am having a little
problem
When I use ListView Control I could inherit the ListViewItem to add
additional members typically for the Row ID in the database some times
of
more than 1 record (if the row contains related data from a number of
tables) then I had all this info attached to each row
How can I achieve anything like that in the DataGridView control?
thank you,
Samuel
Assuming the DataGrid has its DataSource as a DataTable's DefaultView,
you would add another DataColumn to the DataTable and hide it:
DataSet.Tables(table).Columns(column).ColumnMapping() =
MappingType.Hidden
B.
Setting a DataSource on a Windows Form DataGrid does not require a
binding.
B.
.
- References:
- DataGridView Question - VB.NET 2005
- From: Samuel Shulman
- Re: DataGridView Question - VB.NET 2005
- From: Brian Tkatch
- Re: DataGridView Question - VB.NET 2005
- From: Samuel Shulman
- Re: DataGridView Question - VB.NET 2005
- From: Brian Tkatch
- DataGridView Question - VB.NET 2005
- Prev by Date: Re: Controling Event Sequencing...
- Next by Date: Re: + and & operators
- Previous by thread: Re: DataGridView Question - VB.NET 2005
- Next by thread: Re: datagrid
- Index(es):
Relevant Pages
|