Data Grid thru Data Source

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Anna

    #1

    Data Grid thru Data Source

    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,

  • RobinS

    #2
    Re: Data Grid thru Data Source

    VB2003 or VB2005? Windows Forms or Web Forms?

    Robin S.
    -----------------------------
    "Anna" <colleen1980@gm ail.comwrote in message
    news:1165196626 .356150.324300@ n67g2000cwd.goo glegroups.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,
    >

    Comment

    • Anna

      #3
      Re: Data Grid thru Data Source

      VB2005
      RobinS wrote:
      VB2003 or VB2005? Windows Forms or Web Forms?
      >
      Robin S.
      -----------------------------
      "Anna" <colleen1980@gm ail.comwrote in message
      news:1165196626 .356150.324300@ n67g2000cwd.goo glegroups.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,

      Comment

      • RobinS

        #4
        Re: Data Grid thru Data Source

        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.
        ----------------------------------------

        "Anna" <colleen1980@gm ail.comwrote in message
        news:1165265313 .889862.39700@n 67g2000cwd.goog legroups.com...
        VB2005
        RobinS wrote:
        >VB2003 or VB2005? Windows Forms or Web Forms?
        >>
        >Robin S.
        >-----------------------------
        >"Anna" <colleen1980@gm ail.comwrote in message
        >news:116519662 6.356150.324300 @n67g2000cwd.go oglegroups.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,
        >
        >

        Comment

        Working...