Is there a client event that gets fired when an item gets focus or when the row changes? I'm not referring to events tied to mouse clicks but rather to keyboard use (e.g., tabbing from textbox to textbox). I want to update a label on the webpage as the cursor moves from field to field.
1 Answer, 1 is accepted
0
Missing User
answered on 22 Oct 2008, 08:05 AM
Hi Neil,
You can use blur or focus event handler of the TextBox.
focus
The focus event occurs when an element receives focus either
via a pointing device or by tabbing navigation. This event is valid
for the following elements: LABEL, INPUT, SELECT, TEXTAREA, and
BUTTON.
blur
The blur event occurs when an element loses focus either via
the pointing device or by tabbing navigation. This event is valid
for the following elements: LABEL, INPUT, SELECT, TEXTAREA, and
BUTTON.
All the best,
Plamen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.