Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 11th, 2004, 02:52 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 119
Thanks: 0
Thanked 1 Time in 1 Post
Default Windows Data Grid question

When I populate my WINDOWS data grid my records get listed fine however there is an ADDITIONAL ROW whereby it appears that I can start adding a new record. I do not want this new row to be displayed. How can I eliminate that row? It is currently highlighted by an (*).

Thanks.
 
Old May 12th, 2004, 12:04 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 996
Thanks: 2
Thanked 11 Times in 11 Posts
Send a message via Yahoo to melvik
Default

set
Code:
DataGrid.ReadOnly = true;
Always:),
Hovik Melkomian.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Shopping Cart - Grid View Question johnElliott BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 1 March 29th, 2008 04:14 AM
Export Data Grid to Excel in VB.net Windows App alapativg VS.NET 2002/2003 0 September 2nd, 2006 02:28 AM
Export data from data grid to excel pomoc VB.NET 2002/2003 Basics 0 December 16th, 2005 03:11 PM
Using the Data Grid - Windows Forms ERAGLE General .NET 1 August 16th, 2005 12:25 AM
Data Grid Columns in Windows App bmains VB.NET 1 November 4th, 2004 01:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.