Hi,
We create one sample grid control that get grid record collection and perform operation them using following code:
this.context.parameters.sampleDataSet.sortedRecordIds.length > 0
When we add that control in dynamics marketing list at that time it not get record collection.We notice that dynamics marketing list have it own control to show record list 'CC_Marketing_DynamicListSubgrid'.When we set read-Only Grid (default) that also not show record collection.
How we get record collection from dynamics marketing list
Thanks!