cancel
Showing results for 
Search instead for 
Did you mean: 

Treetable without selection roundtrips possible?

Former Member
0 Kudos

Hi experts.

I have a tree table (that can be large) and I load a node's children on demand.

What I want to avoid is the roundtrip that starts if I click anywhere in the table.

Of course I need a server rountrip if I click the expand/collapse icons in the MasterColumn, but it is really annoying to start a roundtrip with the other clicks. For example, if I want to copy a string in a table row by mouse selection + ctrl-c, the roundtrip starts immediately, takes ages and removes my selection.

The bigger the table - the larger the roundtrip.

Of course I tried some of the table's properties like selectionMode = none, but either it is not possible, or I haven't found the right configuration yet.

Version is 7.00.15

Thx, Karsten

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Set Table.compatibilityMode=nw04_plus.

Armin

Former Member
0 Kudos

Oh, I missed to try THAT setting. Now it works like I want. Thanks Armin!

Answers (0)