thisisboni
Registered:1370535752 Posts: 3
Posted 1416927064
Reply with quote
#1
Hi: I have a page with a repeater control. In the repeater there are 5 columns. The requirement is for the user to tab thru the columns and enter value and upon clicking enter the focus should move back to the first column (col 1 in the attachment) of a new row. However I see that after clicking the enter key the focus does move the first column (col1 )for a split second but then it jumps to col 5 - the last set focus. I have tried all the suggestions in the forum but still no luck. Can someone please help me figure what I am missing. Thanks \S
Attached Images
thisisboni
Registered:1370535752 Posts: 3
Posted 1419358989
· Edited
Reply with quote
#2
Hi: Still stuck with the focus issue - I created a prototype if anyone can help The small project (1 page) is updated to this link -- http://1drv.ms/1wD7ydq Attached document outlines the requirement. Any help will be much appreciated. Thanks \S
Attached Files
Requirement.doc
(217.00 KB, 17 views)
JimiJ
MVP Developer
Registered:1112254853 Posts: 1,958
Posted 1426418740
Reply with quote
#3
Have your tried setting the TabIndixes?
__________________ Jaime Jegonia
Iron Speed MVP Developer ". . . and whoever sows generously will also reap generously" 2 Cor 9:6
JimiJ
MVP Developer
Registered:1112254853 Posts: 1,958
Posted 1426422009
Reply with quote
#4
This might work for you as well : http://sjc.ironspeed.com/post/show_single_post?pid=1286539845&postcount=19#gsc.tab=0
__________________ Jaime Jegonia
Iron Speed MVP Developer ". . . and whoever sows generously will also reap generously" 2 Cor 9:6
thisisboni
Registered:1370535752 Posts: 3
Posted 1426518397
Reply with quote
#5
Thanks for the reply Jim - Tried by changing tab index as well as this.Page.SetFocus(this.NextFocusablecontrol); in event which has autopostback=true no luck yet \S