Skip to Content
0
Former Member
Apr 23, 2009 at 12:38 PM

Automatically Tabbing to next field

67 Views

Hi,

I have 4 input fields, with maximum length 2,3,3 and 3 respectively. While entering values to the fields, the control has to tab to next field automatically once the field reaches its maximum length.

I tried some script in 'full' and 'change' events, but the full event is called only when we try to cross the field's maximum length, and 'change' event is called for every key stroke and always returns 'null' for 'this.rawValue' .

How can I do it?

Thanks,

Prabhakar.