cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with check box in table view

former_member189406
Active Participant
0 Kudos

Hi guys,

I have 13 columns in my table view, and the last one contains check box.

When i scroll to the last column and click on the check box, <b>the screen automatically comes back to column 1 and the check box isn't getting checked either.</b>

Help me out........

Thanks in advance.............

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Balaji,

If you want to select any of the row, just use selectionmode = singleselect in ur tableView.



<htmlb:tableView id="pers" table="<%= i_pa0002%>"
        selectionMode="SINGLESELECT">

** To get the selected rows in the tableview Use the following code in OninputProcessing.

call method table_event->get_rows_selected
  receiving
    selected_rows = selected_rows.

Rgds,

Jothi.P

*Reward all useful answers.

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

does the checkbox generates server event. can you post the code where you create the check box that would help to analyze the issue