Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Datagrid Add New Row 1

Status
Not open for further replies.
Nov 19, 2003
117
US
In my datagrid i always have an extra row that just sits around blank. I would like to be able to get rid of that extra row?

Sincerely,
Michael Fritts
 
It's not really a blank row. It's the End OF File Marker (EOF). If you highlight the row, and right click, you'll notice you can't delete it.
 
MFritts253,

Are you trying to fix a particular problem by "restricting data entry", perhaps?
 
Hey guys i fixed it i used
dsTrial.Tables("Trial").DefaultView.AllowNew = False
i just wanted to get rid of the editable bottom row.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top