How to hide the add new row of DataGrid?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

the datagrid display addnew row with star(*) at the bottom of the the table,
I do not want to see this star(*) row, can I do that?

llyang
 
thanks for your instant reply.

I have do that, this is just for preventing user's adding a new row. My
purpose is:
I do not wnat to see the last row with star(*) in datagrid.
 
Hi,

The * is the new row line.

Ken
----------------
thanks for your instant reply.

I have do that, this is just for preventing user's adding a new row. My
purpose is:
I do not wnat to see the last row with star(*) in datagrid.
 
thanks Kerry Moorman & Ken Tucker, I'll try to translate the C# into VB.net
soon even I'm not familiar with C#

sincerely,

llyang
 

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