APNSoft Controls [4.5.2.20] - API Reference
APNSoftDataGrid.SEOEnabled Property

Gets or sets a value indicating whether the DataGrid renders an additional NOSCRIPT section with links which correspond to DataGrid rows. Default value is false.

[Visual Basic]
Public Property SEOEnabled As Boolean
[C#]
public bool SEOEnabled {get; set;}

Remarks

Row link has the syntax: <a href="?RowID=8">R</a>. Developer should create additional procedure, which analyzes the RowID value (8 in our example) and displays required row data on the page. It is recommended to use the KeyFieldName property to set a name of column that identifies each row uniquely. Row indexes (0, 1, 2 ...) are used for uniqueness by default.

See Also

APNSoftDataGrid Class | APNSoft.WebControls Namespace