load( local!pagingInfo: topaginginfo(1,5), local!items :{ 'type!{urn:com:appian:types}PS_example1CDT'(number_int:1,text_txt:"Lorem Ipsum1"), 'type!{urn:com:appian:types}PS_example1CDT'(number_int:2,text_txt:"Lorem Ipsum2"), 'type!{urn:com:appian:types}PS_example1CDT'(number_int:3,text_txt:"Lorem Ipsum3"), 'type!{urn:com:appian:types}PS_example1CDT'(number_int:4,text_txt:"Lorem Ipsum4"), 'type!{urn:com:appian:types}PS_example1CDT'(number_int:5,text_txt:"Lorem Ipsum5"), 'type!{urn:com:appian:types}PS_example1CDT'(number_int:6,text_txt:"Lorem Ipsum6") }, local!itemsToken: local!items, local!selectedValues:{1,2,3,6,7}, a!sectionLayout_17r1( label:"Paginated Editable Grid", firstColumnContents:{ rule!PS_EditableGrid_SAIL_GetEditableGrid( label: "", instructions:null, headerCells: { a!gridLayoutHeaderCell(label: "Summary"), a!gridLayoutHeaderCell(label: "Qty", align: "RIGHT"), a!gridLayoutHeaderCell(label: "", align: "RIGHT") }, nameOfItemsRowEachRule:rule!PS_EditableGrid_SAIL_TestUCItemsRowEach, selectable:true, selectionRequired: false, selectionDisabled: false, selectionValue: local!selectedValues, selectionSaveInto: { local!selectedValues }, validations: null, validationGroup: null, items:local!items, itemsToken:local!itemsToken, totalCount: length(local!items), columnConfigs: { a!gridLayoutColumnConfig(width: "DISTRIBUTE", weight: 5), a!gridLayoutColumnConfig(width: "DISTRIBUTE"), a!gridLayoutColumnConfig(width: "DISTRIBUTE") }, pagingInfo: local!pagingInfo, isValidateWhileNavigation:false, addRowLinkLabel:"Add Item", addRowLinkValue: 'type!{urn:com:appian:types}PS_example1CDT'() ) } ) )