Question
CYIENT
CYIENT
IN
CYIENT
Posted: Oct 14, 2015
Last activity: Oct 14, 2015
Last activity: 14 Oct 2015 9:09 EDT
Closed
activity
I want to add a row in grid layout without using "add row" button ( using activities) and I want to add the layout in new section through activity
If I got you right, all you wanted to do is to display result set to the user. Have a Repeat Grid with visibility condition set using pxResultCount >0 or using the Function lengthofpagelist. Based on the number of records you have in your pagelist, automatically those many rows will be visible in the grid at runtime when the user gets to this screen.