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