protected override void OnGridPreviewTextInput(TextCompositionEventArgs e) { CurrentCell.ScrollInView(); CurrentCell.BeginEdit(true); }