Skip to main content
1-Visitor
March 2, 2018
Solved

Nested infotables not working with selection

  • March 2, 2018
  • 1 reply
  • 2351 views

Hello,

Lets say you want to have to grids. And you have infotable which has a field containing another infotable and you want to display the nested infotable in the first grid and have the selection presented in the second grid. Is this even possible? I am having trouble getting the selection working from the first grid and I am suspecting the selection of nested infotables is not working. 

 

However when I try displaying the "root" infotable in the first grid, the selection event occurs and the second grid displays the selection. Hope I make myself clear. I am on platform version 8.2

 

 

Best answer by PaiChung

The way you describe it in the second part is the standard way of doing it.

 

You can't just directly jump to the second infotable to display, because it needs to know from which row.

 

There are some widgets now, like the TreeTable (check Marketplace) that can do the embedded infotable display.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
March 2, 2018

The way you describe it in the second part is the standard way of doing it.

 

You can't just directly jump to the second infotable to display, because it needs to know from which row.

 

There are some widgets now, like the TreeTable (check Marketplace) that can do the embedded infotable display.