DataGrid - Howdo I remove the bottom "Null" Line?

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

    #1

    DataGrid - Howdo I remove the bottom "Null" Line?

    I'm getting a bottom line with Null values andit causes a problem; how do I
    get rid of it?


  • Steven Nagy

    #2
    Re: DataGrid - Howdo I remove the bottom "Null&quot ; Line?

    Turn off allowing user to add new row.
    You might need to bind to a dataview as opposed to directly to the
    datatable/dataset.
    Turn off "AllowAdd" or whatever it is. I can't remember anymore for 1.1

    Stephen Plotnick wrote:
    I'm getting a bottom line with Null values andit causes a problem; how do I
    get rid of it?

    Comment

    • Cor Ligthert [MVP]

      #3
      Re: DataGrid - Howdo I remove the bottom "Null&quot ; Line?

      Steven,

      There is nothing more than that you write, one of the reasons for the new
      control DataGridView where it is in a total other way possible to get rid of
      it.

      (As well to the OP of course)

      Cor

      "Steven Nagy" <learndotnet@ho tmail.comschree f in bericht
      news:1160699340 .258543.249330@ b28g2000cwb.goo glegroups.com.. .
      Turn off allowing user to add new row.
      You might need to bind to a dataview as opposed to directly to the
      datatable/dataset.
      Turn off "AllowAdd" or whatever it is. I can't remember anymore for 1.1
      >
      Stephen Plotnick wrote:
      >I'm getting a bottom line with Null values andit causes a problem; how do
      >I
      >get rid of it?
      >

      Comment

      Working...