get focus on text box in the Data View
get focus on text box in the Data View
(OP)
Hi!
In my Data View I have a text field. So, as the new row added I will get a new text field that has to be in focus.
Are there any special tips to program it for a DV?
Thank you.
Best regards
In my Data View I have a text field. So, as the new row added I will get a new text field that has to be in focus.
Are there any special tips to program it for a DV?
Thank you.
Best regards
RE: get focus on text box in the Data View
I'm not sure but try this
writeScript("Page.Field1.focus();");
in de session where you add a new row.
If it don't work replay to me.