RadControls for ASP.NET AJAX
Property which returns the value for the respective server property of the control
(ClientSettings-KeyboardNavigationSettings-AllowActiveRowCycle).
get_allowActiveRowCycle() |
|---|
|
Example:
CopyJavaScript
function allowActiveRowCycle() {
var grid = $find("<%=RadGrid1.ClientID %>");
var activeRowCycle = grid.get_allowActiveRowCycle();
}