Version

Rows Property (WebDataGrid)

Collection of rows for the grid.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Rows As GridRecordCollection
public virtual GridRecordCollection Rows {get;}
Remarks
The collection is being filled on demand. If any of the rows is requested the grid will bind this row to the data at this moment and return requested information. The rows are not being stored into the view state unless any of the properties are altered from its default values.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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