New to Telerik UI for ASP.NET AJAX? Start a 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:
JavaScript
function allowActiveRowCycle() {
var grid = $find("<%=RadGrid1.ClientID %>");
var activeRowCycle = grid.get_allowActiveRowCycle();
}