repeat grid having source pagelist inside pagelist
Hi All - I am facing issue on repeat grid having source pagelist inside pagelist, where I cannot define the static index for the parent page list in the Pages and classes Tab, as the parent page list has many items and each item has many child items (Page List),. On the UI the child items need to be edited . I have tried several ways of adding the index to parent page list dynamically but at run time it gives an exception for the UI stream
The below works only when there is 1 item in the Parent Page List and on the pages and classes tab
.TestPL(1).Address
My requiremet is as below , City field is editable on UI
.TestPL(1).Address(1).City
.TestPL(1).Address(2).City
.TestPL(1).Address(3).City
.TestPL(2).Address(1).City
.TestPL(2).Address(2).City
.TestPL(2).Address(3).City
I have tried the below on pages and classes to set the index to TestPL pagelist . but still doesnt work
TestPL(.TestPLIndex).Address : TestPLIndex property on pyWorkPage
TestPL(param.TestPLIndex).Address : parameter TestPLIndex
create section and had the .Address with the page context as
TestPL(.TestPLIndex)
TestPL(param.TestPLIndex)
Hi All - I am facing issue on repeat grid having source pagelist inside pagelist, where I cannot define the static index for the parent page list in the Pages and classes Tab, as the parent page list has many items and each item has many child items (Page List),. On the UI the child items need to be edited . I have tried several ways of adding the index to parent page list dynamically but at run time it gives an exception for the UI stream
The below works only when there is 1 item in the Parent Page List and on the pages and classes tab
.TestPL(1).Address
My requiremet is as below , City field is editable on UI
.TestPL(1).Address(1).City
.TestPL(1).Address(2).City
.TestPL(1).Address(3).City
.TestPL(2).Address(1).City
.TestPL(2).Address(2).City
.TestPL(2).Address(3).City
I have tried the below on pages and classes to set the index to TestPL pagelist . but still doesnt work
TestPL(.TestPLIndex).Address : TestPLIndex property on pyWorkPage
TestPL(param.TestPLIndex).Address : parameter TestPLIndex
create section and had the .Address with the page context as
TestPL(.TestPLIndex)
TestPL(param.TestPLIndex)
inside the section have a grid repeat layout with source as .Address
Can anyone help on this.
Regards,
Danny