Version

rowNumbering Property

Returns whether row numbering is enabled or not.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_rowNumbering() : Boolean
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfRowSelectors.get_rowNumbering();
Remarks

This property is read-only on the client. It can only be set on the server.

See Also