cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Table Control

graghavendra_sharma
Contributor
0 Kudos
61

Hi all

a table control with 20 cols per page is there....

user will enter first 3 col and he goes to 20th col by keeping 4col to 19 col left blank. after filling 20th col, if he scrolls horizantally, instead of taking him to 21 col, cotrol is taking him somewhere else...

Pls help me .. it is a bit urgent

Accepted Solutions (0)

Answers (1)

Answers (1)

raja_thangamani
Active Contributor
0 Kudos

You mean in tableview?

graghavendra_sharma
Contributor
0 Kudos

Yes

raja_thangamani
Active Contributor
0 Kudos

Here is the solution..

Look at this blog..

/people/raja.thangamani/blog/2007/02/08/accomplishment-of-tab-and-auto-tab-in-bsp-part-ii

Raja T

Former Member
0 Kudos

Hi,

I have similar problem. But my requirement is that the user traverses the input field in a singe column by pressing the down arrow key and not the tab. Is there anything to solve this problem.

Please advise.

Rgds,

Vijayalakshmi

raja_thangamani
Active Contributor
0 Kudos

instead of <i>if (keycode == 9)</i> use <i>if (keycode == 40)</i> for arrow key down..Remaining code will be the same..If you have any further issue, please open a new thread.

Please dont post your issues on some other thread.

Raja T