New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

get_allowActiveRowCycle()

Property which returns the value for the respective server property of the control (ClientSettings-KeyboardNavigationSettings-AllowActiveRowCycle).

get_allowActiveRowCycle()

Example:

function allowActiveRowCycle() {
    var grid = $find("<%=RadGrid1.ClientID %>");
    var activeRowCycle = grid.get_allowActiveRowCycle();
}
In this article