#

Wie kann man beim Grid einstellen, ab wann der Eingabecursor entsteht in einer Zelle

Wann soll die Zelle als aktive Eingabe gestaltet sein, sodass der Cursor direkt in der Eingabe steht



Im Datengrid ->rechte Maustaste->Open Property Builder -> Begin Edit Mode

BeginEditOnEnter ->beim Focus/betreten des Feldes
BeginEditOnKeystroke ->bei drücken einer Taste in dem Feld
BeginEditOnKeystrokeOrF2
BeginEditOnF2 ->bei F2 wie bei Excel
BeginEditProgrammatically-> über BeginEdit() Funktion


Aus der Property Site habe ich:

Member name Value Description
BeginEditOnEnter 0 Editing begins when the cell receives focus. This mode is useful when pressing the TAB key to enter values across a row, or when pressing the ENTER key to enter values down a column.
BeginEditOnKeystroke 1 Editing begins when any alphanumeric key is pressed while the cell has focus.
BeginEditOnKeystrokeOrF2 2 Editing begins when any alphanumeric key or F2 is pressed while the cell has focus.
BeginEditOnF2 3 Editing begins when F2 is pressed while the cell has focus. This mode places the selection point at the end of the cell contents.
BeginEditProgrammatically 4 Editing begins only when the RadGridView.BeginEdit(System.Boolean) method is called.


Hier der Standard: -> OnEnter

Mobile

.

123movies