BCGControlBar Library for .NET
AddNewRow Method




Adds a new row to collection of rows.
Syntax
'Declaration
 
Public Overridable Sub AddNewRow() 
'Usage
 
Dim instance As GridControl
 
instance.AddNewRow()
public virtual void AddNewRow()
public: virtual void AddNewRow(); 
public:
virtual void AddNewRow(); 
Remarks
GridControlData must be set and initialized.

It's not recommended to call this method for non-databound grids.
The newly created row is marked as "new".
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridControl Class
GridControl Members

Send Feedback