Restrict select to a specified column and allow enter key to move to next record automatically

Restrict select to a specified column and allow enter key to move to next record automatically

web4liveweb4live Posts: 1Questions: 0Answers: 0
edited August 2013 in KeyTable
Hi,

I have anissue and the issue is this:

I have a table that has 5 columns [studentid, session, semester , level, score] and i want it in such a way that column 5 (score) will automatically allow focus and be editable on mouse click on the column or focus event. And also when am done entering value into column 5 row 1 and i press enter key it should take me to row 2 column 5 and should also be editable automatically and on like that unitl the last record.I want to do this so that data capturing will be faster and i will actually remove the use of mouse as at that time. I hope somebody get my request, pls help

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Is this using KeyTable? I'm afraid at the moment KeyTable doesn't have that functionality, although I am planning to add it. You'd probably need to add a handler to jump focus as you need at the moment.

    Allan
This discussion has been closed.