DataGrid Question..!

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

    #1

    DataGrid Question..!

    How do I select the left most column in a datagrid. Not the first column
    where data appears but the greyed column? In vb6 it was datagrid1.col = 0,
    what is it in vb dot net?

    Thanks
  • Doug Bell

    #2
    Re: DataGrid Question..!

    Have a look at:


    Get detailed answers to common queries about Syncfusion Windows Forms components covering installation, features, licensing, and developer support.


    Item 5.6.1

    Doug

    "jcb1269" <jcb1269@discus sions.microsoft .com> wrote in message
    news:0B9BA780-B716-43B7-A4B6-3EA3CBB4A1F9@mi crosoft.com...[color=blue]
    > How do I select the left most column in a datagrid. Not the first column
    > where data appears but the greyed column? In vb6 it was datagrid1.col =[/color]
    0,[color=blue]
    > what is it in vb dot net?
    >
    > Thanks[/color]


    Comment

    • jcb1269

      #3
      Re: DataGrid Question..!

      Doug,

      Thanks for the link. Some great stuff there. One question, is there no
      simple way to get that column and set its text? There was so much involved
      in the example. I had to add so much to my app. I don't know what I'm
      doing! I'm very new to vb dot net.

      Thanks again for the help....

      Jim

      "Doug Bell" wrote:
      [color=blue]
      > Have a look at:
      >
      >
      > http://www.syncfusion.com/FAQ/WinFor...c44c.asp#q871q
      >
      > Item 5.6.1
      >
      > Doug
      >
      > "jcb1269" <jcb1269@discus sions.microsoft .com> wrote in message
      > news:0B9BA780-B716-43B7-A4B6-3EA3CBB4A1F9@mi crosoft.com...[color=green]
      > > How do I select the left most column in a datagrid. Not the first column
      > > where data appears but the greyed column? In vb6 it was datagrid1.col =[/color]
      > 0,[color=green]
      > > what is it in vb dot net?
      > >
      > > Thanks[/color]
      >
      >
      >[/color]

      Comment

      Working...