How to add specific header for serials numbers rows in Grid

Hi everyone!

I have a problem with repeating layout:

We have a section with repeat grid and we need to add column numbers with specified header. I know about “Display row numbers” checkbox on presentation tab of Layout Properties. It adds a column on left side of grid, but its unable to specify header text. I would like to show S/N in the blank space.

How can it be specified?

I went through one of the links and able to find the answer, but unable to know what needs to be performed. If anyone is aware of this, please explain step by step.

@JAGADISHM2654

Hello,

If your requirement is to display row numbers for a repeating grid, add one column in the first, add the header text as the “S No” and in the property reference add the “pxListSubscript”

pxListSubscript calculates the row numbers declaratively.

please go through the attachment how to use pxListSubscript in repeating grid.

Using pxListSubscript in Repeating Grid to generate S No.docx (116 KB)

Hi @SadiqS88 ,

I have tried the approach you mentioned and it helped to meet my requirement. Thanks for sharing your knowledge on this.