cancel
Showing results for 
Search instead for 
Did you mean: 

Table rowSelectable not working

Former Member
0 Kudos

Hi All,

My NetWeaver is 7.1.

I create a table and setup the rowSelectable = true, but when I clicking any cells in the table, the row will not be selected.

The row will be selected only if I click the left selection button.

But, if I import the table example develop by NetWeaver 7.0 or before,

the row selection works. It will not work if I create a new project in 7.1.

I have compared the code and attribute, it's the same.

What's wrong ? Is this bug or setting problem ?

Thanks for your help.

Eric.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

It works in CE u can select any row by clicking any column.

just make sure that u have set selectionchngebehaviour to auto.

Regards

Surender Dahiya

Edited by: Surender Dahiya on May 22, 2008 8:43 AM

Former Member
0 Kudos

Hi Surender,

Here are my table setting.

multiColSorting false

readOnly false

rowSelectable true

selectionChangeBehaviour auto*

selectionMode auto*

The selectionChangeBehaviour is auto.