Question
TCS
US
Last activity: 15 Oct 2018 8:39 EDT
Grid inside a Grid
hi ,
I have a requirement to include grid inside a grid.for this I included section in the parent grid with child grid details.
how to pass the index of the row in parent grid to child grid? so that lower page details should be shown for each top page.
This is how it looks in Clipboard.
pyWorkPage.TopPage(1).LowerPage(1)
.LowerPage(2)
.LowerPage(3)
.TopPage(2).LowerPage(1)
.LowerPage(2)
.LowerPage(3)
Error : : Component stack mismatch
***Updated by moderator: Lochan to update platform capability***