New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

get_allowActiveRowCycle()

Updated over 6 months ago

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

get_allowActiveRowCycle()

Example:

JavaScript
function allowActiveRowCycle() {
    var grid = $find("<%=RadGrid1.ClientID %>");
    var activeRowCycle = grid.get_allowActiveRowCycle();
}
Not finding the help you need?
Contact Support