Home All Groups Group Topic Archive Search About

Data Grid thru Data Source

Author
4 Dec 2006 1:43 AM
Anna
Hi: I have a table in Access in which some of the fields are linked
with other tables in the same databse. I create a datagrid in VB.NET
but the fields which are lookup it also shows as an enterable fields.
Is it possible that i do formatting inside the grid of some of the
fields.

Thanks,

Author
4 Dec 2006 3:03 AM
RobinS
VB2003 or VB2005? Windows Forms or Web Forms?

Robin S.
-----------------------------
Show quoteHide quote
"Anna" <colleen1***@gmail.com> wrote in message
news:1165196626.356150.324300@n67g2000cwd.googlegroups.com...
> Hi: I have a table in Access in which some of the fields are linked
> with other tables in the same databse. I create a datagrid in VB.NET
> but the fields which are lookup it also shows as an enterable fields.
> Is it possible that i do formatting inside the grid of some of the
> fields.
>
> Thanks,
>
Author
4 Dec 2006 8:48 PM
Anna
VB2005
RobinS wrote:
Show quoteHide quote
> VB2003 or VB2005? Windows Forms or Web Forms?
>
> Robin S.
> -----------------------------
> "Anna" <colleen1***@gmail.com> wrote in message
> news:1165196626.356150.324300@n67g2000cwd.googlegroups.com...
> > Hi: I have a table in Access in which some of the fields are linked
> > with other tables in the same databse. I create a datagrid in VB.NET
> > but the fields which are lookup it also shows as an enterable fields.
> > Is it possible that i do formatting inside the grid of some of the
> > fields.
> >
> > Thanks,
> >
Author
4 Dec 2006 10:56 PM
RobinS
So you're developing an App with VB2005 using Windows Forms,
and you have a DataGridView on your form, and you want to
format the data inside the grid? Do I understand your correctly?

Is the data in a strongly typed dataset? What is the data source
for the grid?

Robin S.
----------------------------------------

Show quoteHide quote
"Anna" <colleen1***@gmail.com> wrote in message
news:1165265313.889862.39700@n67g2000cwd.googlegroups.com...
> VB2005
> RobinS wrote:
>> VB2003 or VB2005? Windows Forms or Web Forms?
>>
>> Robin S.
>> -----------------------------
>> "Anna" <colleen1***@gmail.com> wrote in message
>> news:1165196626.356150.324300@n67g2000cwd.googlegroups.com...
>> > Hi: I have a table in Access in which some of the fields are linked
>> > with other tables in the same databse. I create a datagrid in VB.NET
>> > but the fields which are lookup it also shows as an enterable fields.
>> > Is it possible that i do formatting inside the grid of some of the
>> > fields.
>> >
>> > Thanks,
>> >
>