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

  • Thread starter Thread starter Stephen Plotnick
  • Start date Start date
S

Stephen Plotnick

I'm getting a bottom line with Null values andit causes a problem; how do I
get rid of it?
 
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top