private void ActiveSheetEditor_UICommandExecuted(object sender, UICommandExecutedEventArgs e) { if (!this.radSpreadsheet.IsKeyboardFocusWithin()) { this.radSpreadsheet.Focus(); } }
private void ActiveSheetEditor_UICommandExecuted(object sender, UICommandExecutedEventArgs e) { if (!this.RadSpreadsheet.IsKeyboardFocusWithin()) { this.RadSpreadsheet.Focus(); } }