pySelected field value is not getting captured in clipboard

Hello

I am sourcing a table grid with data page. Table grid allows user to select rows using check box (used pySelected) . when I select the rows, that is not getting reflected properly in the clipboard. I am using post value to set the pySelected value. I checked the PDN, found a old suggestion to use refersh list instead of postvalue but that too is not working. Can someone let me know how can we achieve this?

@John Joseph
Try making the data page editable.

@John Joseph

In this case If values are not coming on CB it means your data page is read-only. because of that reason you are not able to change the values of the table grid. If Table source is Data page . Change the data page mode to Editable and then those values will populate correctly.

Thanks,

Somil

@John Joseph

If the source of the table is Data page , then change the data page mode to Editable and then those values will populate correctly.