Question
NTT Data Corp
US
Last activity: 23 Jun 2016 17:36 EDT
Repeat grid inside repeat grid
Hi,
I am creating a repeat grid inside a repeat grid for the page structure like following:
pyWorkPage.TopPage().LowerPage()
Both TopPage and Lower Page are page lists.
Now, I have a problem referring the property on TopPage() from LowerPage() grid repeat.
pyWorkPage.TopPage(1).LowerPage(1)
.LowerPage(2)
.LowerPage(3)
.TopPage(2).LowerPage(1)
.LowerPage(2)
.LowerPage(3)
I want to refer TopPage().Property1 from LowerPage(). Please let me know if you have an idea about this.
Thanks,
Mahesh